@extends('admin.layout') @section('content')
| Day | Label | Time | Active | Actions |
|---|---|---|---|---|
| {{ ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'][$slot->day_of_week] ?? $slot->day_of_week }} | {{ $slot->label }} | {{ $slot->start_time }} - {{ $slot->end_time }} | {{ $slot->is_active ? 'Yes' : 'No' }} |