@extends('layouts.default')
@section('meta')
Edit Employee Schedule | Workday Time Clock
@endsection
@section('styles')
@endsection
@section('content')
{{ __('Edit Schedule') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection