@extends('layouts.app') @section('head') @endsection @section('content')

{{__('Booking Submission')}}

@include ($service->checkout_form_file ?? 'Booking::frontend/booking/checkout-form')
@include ($service->checkout_booking_detail_file ?? '')
@endsection @php $logo_id = setting_item("logo_id"); if(!empty($row->custom_logo)){ $logo_id = $row->custom_logo; } @endphp @if($logo_id)
Fatal error: Uncaught Error: Call to undefined function get_file_url() in /home/oyaagyug/public_html/modules/Booking/Views/frontend/checkout.blade.php:36 Stack trace: #0 {main} thrown in /home/oyaagyug/public_html/modules/Booking/Views/frontend/checkout.blade.php on line 36