G
a
i
n
u
p
@section('tittle') {{"TRAVEL COMBINE ENTRY"}}@endsection
@extends('LifeAtGainup.Navbar.nav') @section('content')
@csrf
SNO
ENO
Name
Destination
Entry Date
From Date
To Date
Reason
Transport
Hotel
Food
Incidental
Auto/Cab
Toll
Parking
Total
@foreach($result as $index => $row)
{{$index + 1}}
{{$row['ENO']}}
{{ $row['Combine_EmpName'] }}
{{ $row['DestinName'] }}
{{ date('Y-m-d', strtotime($row['E_Date'])) }}
{{ date('Y-m-d', strtotime($row['F_Date'])) }}
{{ date('Y-m-d', strtotime($row['T_Date'])) }}
{{ $row['Reason'] }}
{{ $row['Transport_Amt'] }}
{{ $row['Hotel'] }}
{{ $row['Food'] }}
{{ $row['Misc'] }}
{{ $row['Auto_Cab'] }}
{{ $row['Toll'] }}
{{ $row['Parking'] }}
{{ $row['Total'] }}
@endforeach
Total entries:
Transport
Hotel
Food
Incidental
Auto/Cab
Toll
Parking
Total
Attachment 1
*
Attachment 2
Attachment 3
Attachment 4
Attachment 5
REMARKS
*
{{old('feedback')}}
@if (session('success'))
{{ session('success') }}
@endif @if ($message = Session::get('alert'))
{{$message}}
@endif