@extends('user.components.layout') @push('css') @endpush @section('main')
@csrf
Hotel Details
{{ $hotel['hotel_name'] }}

{{ $hotel['hotel_address'] }}

User Details
User Details
Contact Details

If you are not logged in these details will be used to create your account

Address Details
GST Details (Optional)
Meal Selection

Food Type:

Food Time:

Price: $

@endsection @push('js') {{-- --}} @endpush