@extends('theme.sarthi.master') @section('title') TGT PGT EXAM @endsection @section('meta') @endsection @section('content') @include('admin.message') @auth

{{ __('Your Courses') }}


@php @endphp @foreach($carts as $cart)
@if($cart->id != NULL) @if($cart->preview_image !== NULL && $cart->preview_image !== '') course @else course @endif @endif
    @if($cart->id != NULL)
  • {{ str_limit($cart->title, $limit =35 , $end = '...') }}
  • @endif @php $currency = App\Currency::first(); @endphp @if($cart->offer_price == !NULL)
  • {{ $cart->offer_price }} {{ $cart->price }}
  • @else
  • {{ $cart->price }}
  • @endif
@endforeach
  • {{ __('frontstaticword.Total') }}: {{ floor($cart_total) }}

  • {{ $price_total }}
  • {{ round($offer_percent, 0) }}% Off
  • @php if($cart_total != '' || $cart_total != 0){ $mainpay = round($cart_total,2); }else{ $mainpay = round($cart_total,2); } @endphp
@php $secureamount = Crypt::encrypt($mainpay); @endphp
@if($gsetting->paypal_enable == 1)
@csrf {{-- --}}
@endif @if($gsetting->instamojo_enable == 1)
{{ csrf_field() }}
Name
Mobile Number
Email Id
@endif @if($gsetting->stripe_enable == 1)
{{ csrf_field() }}
@endif @if($gsetting->braintree_enable == 1) @endif @if($gsetting->razorpay_enable == 1)
@csrf {{-- --}} @php $set = App\Setting::first(); @endphp
@endif @if($gsetting->paystack_enable == 1)
{{ csrf_field() }}

@endif @if($gsetting->paytm_enable == 1)
@csrf
Name
Mobile Number
Email Id
@endif @php $banktransfer = App\BankTransfer::first(); @endphp @if(isset($banktransfer)) @if($banktransfer->bank_enable == '1')
@csrf

(Please upload Proof Document)

{{ __('frontstaticword.banktransferdetail') }}
@php $bankdetail = App\BankTransfer::first(); @endphp
  • Account holder name: {{ $bankdetail['account_holder_name'] }}
  • Bank name: {{ $bankdetail['bank_name'] }}
  • Bank cccount number: {{ $bankdetail['account_number'] }}
  • @if(isset($bankdetail['ifcs_code']))
  • IFCS Code: {{ $bankdetail['ifcs_code'] }}
  • @endif @if(isset($bankdetail['swift_code']))
  • Swift Code: {{ $bankdetail['swift_code'] }}
  • @endif
@endif @endif
@endauth @guest @endguest @endsection @section('custom-script') @endsection