@extends('layout.front.app',[ 'title' => Config::get('constants.SITE_NAME') ]) @section('content')
@if($invlaidBankDetail)
You are enter invalid bank details for the withdrawal amount so please check and send the request again. (आप निकासी राशि के लिए अमान्य बैंक विवरण दर्ज कर रहे हैं, इसलिए कृपया जांच करें और फिर से अनुरोध भेजें।)
@endif

PURCHASE TICKET

@include('layout.component.alert-dismissible')
@if(!$isPurchased) @if($isTicketAvailable) @if($isDisablePurcahseButton)
The tickets will be available after 8 AM
@else
@include('layout.component.alert-dismissible')
@if($walletAmount >= $purchaseAmount)


@else

Low Balance

Please Recharge Your Wallet

@endif @endif @else @if($isDisablePurcahseButton)
The tickets will be available after 08:00 AM
@else
All tickets sold out.
try it After Tomorrow 08:00 AM
@endif @endif @else
Hello, please pay the ticket amount by scanning the QR code. you can also pay using the UPI id which is mentioned below.
Please take your payment screenshot and attach it with next step form.
{{ Config::get('constants.TICKET_PURCHASE_AMOUNT') }}/-
@endif
@stop