@if ($message = Session::get('success')) @endif @if ($message = Session::get('alert')) @endif @if ($errors->any()) @endif
@php $loginNAME = Session::get('emp_name') @endphp

{{$loginNAME}}

@csrf
@foreach($App_list as $index => $App_lists) @endforeach
SNO Name DeptName EDate In-Time Out-Time Status Remark Att-Days Hours CompanyName
{{ $index + 1 }} {{ $App_lists['Name'] }}/{{ $App_lists['tno'] }} {{ $App_lists['DeptName'] }} {{ date('Y-m-d', strtotime($App_lists['Edate'])) }} {{ $App_lists['Intime'] }} {{ $App_lists['Outtime'] }} {{ $App_lists['Status'] }} {{ $App_lists['Remarks'] }} {{ $App_lists['Att_Days'] }} {{ $App_lists['Hrs'] }} {{ $App_lists['CompName'] }}