@extends('layouts.front.master') @section('contant')
image
@csrf
check())?'readonly':'' }}> @if ($errors->has('name')) {{ $errors->first('name') }} @endif

check())?'readonly':'' }}> @if ($errors->has('email')) {{ $errors->first('email') }} @endif

check())?'readonly':'' }}> @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

@if ($errors->has('code')) {{ $errors->first('code') }} @endif

@if ($errors->has('course')) {{ $errors->first('course') }} @endif

@if ($errors->has('voucherPaymentFor')) {{ $errors->first('voucherPaymentFor') }} @endif

{{ Config::get('app.currency_icon') }}
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif

{{-- --}}
{{-- jquery --}} @endsection