@extends('layouts.app') @section('title', 'Shifts') @section('header', 'Shifts') @section('subheader', 'Manage work shifts and attendance thresholds') @section('header-actions') @can('create', App\Models\Shift::class) New Shift @endcan @endsection @section('content')