@extends('layouts.appv2') @section('content')

Working Hours

@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
Manage Working Hours
@php $counter = 1; @endphp @foreach($time as $times) @endforeach
No. Name Start Time End Time Flexibility Action
{{ $times->time_schedule_id }} {{ $times->time_schedule_name }} {{ $times->time_schedule_start }} {{ $times->time_schedule_end }} {{ $times->time_schedule_flex }}
@csrf
@endsection