@extends('layouts.default') @section('meta') Edit Employee Schedule | Workday Time Clock @endsection @section('styles') @endsection @section('content')

{{ __('Edit Schedule') }}

@if ($errors->any())
{{ __('There were some errors with your submission') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('scripts') @endsection