@extends('layouts.app') @section('title','Dashboard') @section('content')
| Time | Client | Service | Stylist | Status |
|---|---|---|---|---|
| {{ $a->starts_at->format('g:i A') }} | {{ $a->customer->name }}{{ $a->customer->mobile }} | {{ $a->service->name }} | {{ $a->stylist->name }} | {{ str_replace('_',' ',$a->status) }} |
| A quiet chair—for now. | ||||
Stock levels look healthy.
@endforelse