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

{{__('Contracts')}}

@endsection @section('content')

{{__('Create Contract')}}

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