@if(session()->has('success'))
@elseif(session()->has('warning'))
@elseif(session()->has('error'))
@endif

Package Details

{{ $package->title }}

@if($package->facilities_heading)

{{ $package->facilities_heading }}

@endif @foreach ($package->facilities as $facility)

{{ $facility }}

@endforeach
Price: {{ $package->formatted_price }}
@if (! empty($order) and $order->isPaymentPending() || $order->isPaid())

Your Order ID : {{ $order->id }}

Payment Status : {{ $order->payment_status->name() }}
We received your order. We will contact you back soon. Thank You!
@else

Order Information

@csrf
@endif
@push('head-scripts') @endpush @push('scripts') @endpush