@extends('layouts.master') @section('css') @parent @include('layouts.datatables_css') @include('reports.page_style') @endsection @section('content')

Staff Requests

@include('flash::message')

Staff Requests

{!! $dataTable->table([ 'width' => '100%', 'class' => 'table table-hover table-bordered table-striped table-sm text-nowrap', ]) !!}
@endsection @section('scripts') @parent @include('layouts.datatables_js') {!! $dataTable->scripts() !!} @include('labor_requests.page_script') @endsection