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