芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/shift-change/index.blade.php
@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')
@lang('app.date')
@lang('app.employee')
@if ($employees->count() > 1)
@lang('app.all')
@endif @foreach ($employees as $employee)
@endforeach
@lang('app.menu.employeeShifts')
@lang('app.all')
@foreach ($employeeShifts as $item)
{{ ucfirst($item->shift_name) }}
@endforeach
@lang('app.clearFilters')
@endsection @php $addTimelogPermission = user()->permission('add_timelogs'); @endphp @section('content')
@lang('app.selectAction')
@lang('modules.tasks.changeStatus')
@lang('app.accept')
@lang('app.reject')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @if (!is_null(request('start')) && !is_null(request('end'))) @endif @endpush