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

Monthly Staff Report

@include('flash::message')

Report for {{ \Carbon\Carbon::create($year, $month)->format('F Y') }}

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