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

{{__('Contracts')}}

@endsection @section('content')

{{__('Edit Contract')}}

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