@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 HOD Approve HR Approve 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 }} @if(!empty($App_lists->Appr_by)) {{ $App_lists->Appr_by }} @else Not Approved @endif @if(!empty($App_lists->Approve_HRName)) {{ $App_lists->Approve_HRName }} @else Not Approved @endif {{ $App_lists->Remarks }} {{ $App_lists->Att_Days }} {{ $App_lists->Hrs }} {{ $App_lists->CompName }}