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

Staff Rating Timeline

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

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