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

{{__('Project Contracts')}}

@endsection @section('content')

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

@csrf @include('admin.project_contracts._form')
@endsection @section('scripts') @endsection