芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/reports/leave/index.blade.php
@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')
@lang('app.date')
@lang('app.employee')
@lang('app.all')
@foreach ($employees as $employee)
@endforeach
@lang('app.clearFilters')
@endsection @section('content')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush