@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 Amount to be paid to feature a course: {{ $gsetting->feature_amount }} Pay With Paytm @csrf Name Mobile Number Email Id Amount to pay Pay with Paytm Pay with Paypal @php $secureamount = Crypt::encrypt($payment->total_amount); @endphp @csrf {{-- --}} {{ __('frontstaticword.Proceed') }} @endsection @section('script') @endsection