@extends('layouts.default') @section('title') Shift Setup @endsection @section('header-style') @endsection @section('content')
@if(Session::has('message')) @endif
shift_id)) action="{{route('schedule.shift-setup-update',[$data->shift_id])}}" @else action="{{route('schedule.shift-setup-post')}}" @endif method="post"> @csrf @if (isset($data->shift_id)) @method('PUT') @endif
Shift Setup

@if(!isset($data)) @else @endif Back

Shift List

# Shift Start Time Shift End Time Action
@endsection @section('footer-script') @endsection