@extends('fan.layouts.commonmaster') @section('title') | Dashboard @endsection @section('content')
Your shopping cart
@forelse(Session::get('ticketdata') as $ticket) @empty No tickets Available @endforelse
Product name Quantity Price
KSH @php echo $ticket[1] * $ticket[2] @endphp.00
PERSONAL DETAILS
BILLING
Cart Total
cart subtotal
Charges Free
Total
Payment Methods
  • Make your payment directly to our paybill account. Contact support for more information.

Proceed to Checkout
@endsection @push('scripts') @endpush