@extends('layouts.mainlayout') @section('title', 'Shift') @section('main')
Shifts
@if(auth()->user()->can('Edit Shifts module')) @endif
Shift Name Start Time End Time Action
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('js') {{-- vendors --}} @endsection