{{ \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

@foreach($logs as $item) @endforeach
Emp. ID Name Action Policy Type Policy Name Status Date Description
{{ $item->employeeId }} {{ $item->employeeName }} {{ $item->action }} {{ $item->policyType }} {{ $item->policyName }} {{ $item->status }} {{ $item->date }} {{ $item->description }}