@extends('layouts.app') @section('title') {{__('Edit Project Contract')}} @endsection @section('breadcrumb')

{{__('Project Contracts')}}

@endsection @section('content')

{{__('Edit Project Contract')}}

@csrf @method('put') @include('admin.project_contracts._form')
@include('admin.patients.rename_file')
@endsection @section('scripts') @endsection