@extends('layouts.glory-theme.guest') @section('content')
Purchase Service

{{ $package->name }}

@foreach ($package->features as $feature)
{{ $feature->name }}
@endforeach
Price: {{ $package->formatted_price }}
@if ($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

Billing Information

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