Time Slots List
Center Manager Dashboard
|
Add Slots
@if(Session::has('message'))
×
{{Session::get('message')}}
@endif
Value
Unit
Action
@foreach($slots as $slot)
{{$slot->times}}
{{$slot->name}}
@endforeach
{!! $slots->appends(request()->except('page'))->render() !!}