@extends('admin.layouts.app') @section('title', 'Booking #' . $booking->id) @section('page-title', 'Booking #' . $booking->id) @section('page-subtitle', $booking->customer_name . ' — ' . $booking->service_type) @section('content')
{{ $label }}
{{ $value }}
Notes
{{ $booking->notes }}