@php $i=0;@endphp @foreach ($Employees as $Employee) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Employee') }} {{ __('lng.Designation') }} {{ __('lng.Mobile') }} {{ __('lng.Email') }} {{ __('lng.Action') }}
{{ ++$i }} {{ $Employee->name }} {{ $Employee->designation->title }} {{ $Employee->mobile }} {{ $Employee->email }}

{{ __('lng.Showing') }} {{ $Employees->count() }} {{ __('lng.Items') }}