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