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