@extends('admin.layouts.layout') @section('content')
(Appointment ID: {{ $schedule->appointment_id }}, Status: {{ $schedule->status == 3 ? 'Booked' : 'In Progress' }})