@extends('admin.layouts.master') @section('title', 'Vacation - Instructor') @section('maincontent') @component('components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Vacation') }} @endslot @slot('menu1') {{ __('Vacation') }} @endslot @slot('button')
{{ __("Reset")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Update Vacation Dates') }}
{{ csrf_field() }} {{ method_field('PUT') }}
@endsection