{{ \App\Company::getDetails(\Auth::user()->company_id)->name.' @HRFlo' }}
{{ $user }} Logs.
@if($from != null)
From: {{ $from }} @endif @if($to != null)
To: {{ $to }} @endif
Page: {{$page}} / {{$pagesCount}}
indicates the exported page from the web-panel
Emp. ID
Name
Action
Policy Type
Policy Name
Status
Date
Description
@foreach($logs as $item)
{{ $item->employeeId }}
{{ $item->employeeName }}
{{ $item->action }}
{{ $item->policyType }}
{{ $item->policyName }}
{{ $item->status }}
{{ $item->date }}
{{ $item->description }}
@endforeach