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