@extends('layouts.app') @section('head') @endsection @section('content')
@include ($service->checkout_form_file ?? 'Booking::frontend/booking/checkout-form')
@include ($service->checkout_booking_detail_file ?? '')
@endsection @section('footer') @endsection