@extends('layouts.app') @section('title', 'Add Contract') @section('content') Back
@csrf @include('contracts._form')
Cancel
@endsection