@extends('layouts.app') @section('title','Checkout — BlueBando v3') @section('content')

Checkout

Sell hotspot vouchers online via AzamPay and auto-log orders.
@csrf
@error('router_id')
{{ $message }}
@enderror
@error('plan_id')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
View Orders
@endsection