@php $sortedType = ''; $sortedValue = ''; if(isset($data['sortType']) && isset($data['sortValue']) && $tenantRecords->count() > 0){ $sortedType = $data['sortType']; $sortedValue = $data['sortValue']; } @endphp @if($tenantRecords->count() > 0) @foreach($tenantRecords as $tenantRecord) @endforeach @else @endif
Name  Email  Job Profile  Rate Type
{{$tenantRecord->name}} {{$tenantRecord->email}} {{$tenantRecord->job_title}} {{$tenantRecord->rate.'/'.$tenantRecord->rate_type.'/'.$tenantRecord->rate_currency}}
No matching records found
Showing {{ $tenantRecords->firstItem() }} to {{ $tenantRecords->lastItem() }} of {{$tenantRecords->total()}} entries
{{$tenantRecords->links('vendor.pagination.bootstrap-4')}}