@php @endphp @extends('admin.layouts.dashboard') @section('title') Manage Block Date & Time @endsection @push('head') @endpush @section('content')
| # | Date | Blocked Slots | Category | Remarks | Actions |
|---|---|---|---|---|---|
| {{ $rowNum++ }} | {{ $firstBlock->start_datetime->format('M d, Y') }} | @foreach($blocks as $b) {{ $b->start_datetime->format('h:i A') }} – {{ $b->end_datetime->format('h:i A') }} @endforeach | {{ $firstBlock->category }} | {{ $firstBlock->remarks ?? 'N/A' }} |
@if($hasFuture)
@else
Expired
@endif
|
|
No Time Blocks Found |
|||||