@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title]) {{ html()->form('POST')->route('contract.store')->class(['needs-validation'])->attributes(['novalidate'])->open() }} @include('office::contracts.partials.action') {{ html()->form()->close() }}
@endsection