G
a
i
n
u
p
@section('tittle') {{"TRAVEL POLICY MASTER"}}@endsection
@extends('LifeAtGainup.Navbar.nav') @section('content')
@csrf
ENO
DESTINATION
--SELECT DESTINATION--
@foreach($cityMas as $city)
{{ $city['Name'] }}
@endforeach
TRAVEL CATEGORY
CITY TIER
--SELECT CITY--
@foreach($cityTier as $tier)
{{ $tier['Name'] }}
@endforeach
KM
EFFECT FROM
SNO
NAME
*
CHOOSE
*
AMOUNT
*
TRAVEL MODE
LEVEL
By Flight
By Train
By Bus
By Own Car
By Own Bike
@foreach($desig as $index => $des)
{{ $des['Name'] }}
@endforeach
FOOD
LEVEL
Breakfast
Lunch
Dinner
@foreach($desig as $index => $des)
{{ $des['Name'] }}
@endforeach
BOARDING
LEVEL
Boarding
@foreach($desig as $index => $des)
{{ $des['Name'] }}
@endforeach
OTHERS
LEVEL
Auto/Cab
Toll
Parking
Incidentals
@foreach($desig as $index => $des)
{{ $des['Name'] }}
@endforeach
Total
Submit
REPORT
@if (session('success'))
{{ session('success') }}
@endif @if ($message = Session::get('alert'))
{{$message}}
@endif @endsection