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

{{ trans('sendingagency_recommendation.sendingagency_recommendation') }}

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