@extends('admin/layouts.master') @section('title', 'Feature Course - Admin') @section('body')
@include('admin.message')

Pay to Feature a Course

Course:

@if($course['preview_image'] !== NULL && $course['preview_image'] !== '') @else @endif
{{ $course->title }}

@php $currency = App\Currency::first(); @endphp    {{ $gsetting->feature_amount }}

Pay With Paytm

@csrf
Name
Mobile Number
Email Id
Amount to pay

Pay with Paypal

@php $secureamount = Crypt::encrypt($payment->total_amount); @endphp
@csrf {{-- --}}
@endsection @section('script') @endsection