{{ __('lng.SiNo') }} {{ __('lng.AdmissionNo') }} {{ __('lng.Name') }} {{ __('lng.Date') }} {{ __('lng.InTime') }} {{ __('lng.OutTime') }} {{-- Actions --}} @php $si = 0; @endphp @foreach ($Students as $Student) {{ ++$si }} {{ $Student->AdmissionNo }} {{ $Student->Name }} @if ($Student->Date) {{ date_format(date_create($Student->Date), 'd-m-Y') }} @endif {{ $Student->In }} {{ $Student->Out }} @endforeach