@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->time }}
@endsection @push('script') @endpush