G
a
i
n
u
p
@section('tittle') {{"TRAVEL POLICY APPROVE"}}@endsection
@extends('LifeAtGainup.Navbar.nav') @section('content')
10
50
70
100
Show ALL Rows
@csrf
Rowid
Sno
Eno
Destination
Category
CityTier
KM
Effect_From
App_Flag
Trv_SAdmin
Trv_Admin
Trv_Manager
Trv_Exe
Food_SAdmin
Food_Admin
Food_Manager
Food_Exe
Board_SAdmin
Board_Admin
Board_Manager
Board_Exe
Others_SAdmin
Others_Admin
Others_Manager
Others_Exe
@foreach($result as $index => $row)
{{ $row['Rowid'] }}
{{ $index + 1 }}
{{$row['Eno']}}
{{ $row['Destination'] }}
{{ $row['Category'] }}
{{ $row['CityTier'] }}
{{ $row['KM'] }}
{{ date('Y-m-d',strtotime($row['Effect_From'])) }}
@if ($row['App_Flag']==='F')
Not Approve
@elseif ($row['App_Flag']==='F')
Approved
@elseif ($row['App_Flag']==='R')
Rejected
@endif
{{ $row['Trv_SAdmin'] }}
{{ $row['Trv_Admin'] }}
{{ $row['Trv_Manager'] }}
{{ $row['Trv_Exe'] }}
{{ $row['Food_SAdmin'] }}
{{ $row['Food_Admin'] }}
{{ $row['Food_Manager'] }}
{{ $row['Food_Exe'] }}
{{ $row['Board_SAdmin'] }}
{{ $row['Board_Admin'] }}
{{ $row['Board_Manager'] }}
{{ $row['Board_Exe'] }}
{{ $row['Others_SAdmin'] }}
{{ $row['Others_Admin'] }}
{{ $row['Others_Manager'] }}
{{ $row['Others_Exe'] }}
@endforeach
Total entries:
×
Travel Policy Details
@csrf
@if ($message = Session::get('success'))
{{$message}}
@endif @if ($message = Session::get('alert'))
{{$message}}
@endif