@include('layouts.partials.breadcrumb', ['title' => $title])
@endsection
{{ html()->form('POST')->route('offerLetter.store')->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('recruit::partials.offerLetters.action')
{{ html()->form()->close() }}