@extends('layouts.main', ['title' => 'Daily Budgets | LOGISTICS']) @section('navigation') @stop @section('title') Daily Budgets - {!! date("d/m/Y",strtotime($daily_budget->date)) !!} @endsection @section('contentinner')

Parking Fees

@include('operations.daily_budgets.includes.parking')
 

Meal Allowances

@include('operations.daily_budgets.includes.meal')
 

Passport renewal fee

@include('operations.daily_budgets.includes.passport')
 
@stop