@extends('layouts.app') @section('title', 'Doctor') @section('content')
| Day | Hours | Slot | |
|---|---|---|---|
| {{ ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'][$s->day_of_week] ?? $s->day_of_week }} | {{ $s->start_time }} - {{ $s->end_time }} | {{ $s->slot_minutes }}m |
| Start | End | Reason | |
|---|---|---|---|
| {{ $t->start_at }} | {{ $t->end_at }} | {{ $t->reason }} |