@extends('layouts.app', ['path' => 'attendance.shift']) @section('content')
{{-- Validation Errors --}} @if ($errors->any())
@foreach ($errors->all() as $error) {!! $error !!} @endforeach
@endif
@csrf

Minutes

Minutes
Minutes

{{-- Disable/enable break fields dynamically --}} @push('scripts') @endpush @endsection