@extends('layouts.frontend') @section('title', 'Services') @push('style') @endpush @section('content')

DETAIL BOOKING SERVICE

Name WhatsApp Price Date Time
{{ $booking->name }} {{ $booking->handphone }} {{ $booking->total }} {{ $booking->date }} {{ $booking->schedule->start_time }} - {{ $booking->schedule->end_time }}
@endsection @push('script') @endpush