{{-- resources/views/admin/dashboard.blade.php --}} @extends('adminlte::page') @section('title', 'Shifts | ' . Config::get('adminlte.title')) @section('content_header')

Shifts

@stop @section('content') {{--Show message if any--}} @include('layouts.flash-message')

List

{!! $html->table(['class' => 'table table-hover']) !!}
@stop @section('css') @stop @section('js') {{--Button--}} {!! $html->scripts() !!} @stop