@extends('layouts.master') @section('title'){{translate('payroll')}} @endsection @section('content')
{{translate('payroll')}}
@foreach($data as $key) @if(!empty(\App\Models\Payroll::where('user_id',$key->id)->orderBy('created_at','desc')->first())) @else @endif @endforeach
@endsection @section('footer-scripts') @endsection