@extends('layouts.master') @section('title', 'Project Document') @section('content')

{{ trans('sending_agency_expenses.sending_agency_expenses') }}

@csrf
@include('pages.sending_agency_expenses.component.info')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection