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

{{-- Break Option --}}
{{-- --}}
{{-- --}}
Minutes

{{-- Grace Periods --}}
Minutes
Minutes

{{-- Switches --}}
@push('scripts') @endpush @endsection