@extends('layouts.main') @section('pageTitle', '假日表') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'holiday.index') !!}
@if(auth()->user()->can('holiday.destroyBatch')) @endif @if(auth()->user()->can('holiday.destroy')) @endif
假日刪除
@can('holiday.destroyAll') 全部刪除 @endcan @can('holiday.create') 新增 @endcan @can('holiday.destroyBatch') 批次刪除 @endcan @can('holiday.import') 匯入 @endcan
@endsection @section('js') @endsection