@extends('layouts.app') @section('title') {{__('Show Contract/MOU')}} @endsection @section('breadcrumb')

{{__('Show Contract/MOU')}}

@endsection @section('content')

{{__('Show Contract/MOU')}}

@csrf @method('put') @include('admin.contracts._show_form')
@endsection @section('scripts') @endsection