@extends('app') @section('title', 'Course Payment') @section('head') @if (\App::environment('production')) @else @endif {{----}} @endsection @section('content')

{{strtoupper(__('payment'))}}

{!! Form::open([ 'url' => '/payment', 'class' => '','id'=>'nonce-form']) !!} @include("includes/front_alerts")

{{ $title }}

@if(!empty($lheader))
{!!$lheader!!}
@endif
@foreach($courses as $index=>$option)
@if($option instanceof \App\Bundles) id ? 'selected':'' }} value="{{$option->id}}" /> @else id ? 'selected':'' }} value="{{$option->id }}" /> @endif
@endforeach
@if(empty(config('paypal.hide_paypal')))
@endif
{{----
----}}
{{---
--}}
{!! FORM::close() !!}
@endsection @section('foot') @include('includes.cashapp_googlepay_scripts') @endsection