{{-- Start: Paypal Area --}} @if ($paypal->status == 1)
@endif {{-- End: Paypal Area --}} {{-- Start: Stripe Area --}} @if ($stripe->status == 1)
{{__('Card Number')}} *
@error('cardNumber')

{{convertUtf8($message)}}

@enderror
{{__('CVC')}} *
@error('cardCVC')

{{convertUtf8($message)}}

@enderror
{{__('Month')}} *
@error('month')

{{convertUtf8($message)}}

@enderror
{{__('Year')}} *
@error('year')

{{convertUtf8($message)}}

@enderror
@endif {{-- End: Stripe Area --}} {{-- Start: Paystack Area --}} @if ($paystackData->status == 1)
@endif {{-- End: Paystack Area --}} {{-- Start: Flutterwave Area --}} @if ($flutterwave->status == 1)
@endif {{-- End: Flutterwave Area --}} {{-- Start: Razorpay Area --}} @if ($razorpay->status == 1)
@endif {{-- End: Razorpay Area --}} {{-- Start: Instamojo Area --}} @if ($instamojo->status == 1)
@endif {{-- End: Instamojo Area --}} {{-- Start: Paytm Area --}} @if ($paytm->status == 1)
@endif {{-- End: Paytm Area --}} {{-- Start: Mollie Payment Area --}} @if ($mollie->status == 1)
@endif {{-- End: Mollie Payment Area --}} {{-- Start:Mercadopago Area --}} @if ($mercadopago->status == 1)
@endif {{-- End:Mercadopago Area --}} {{-- Start: Offline Gateways Area --}} @foreach ($ogateways as $ogateway)
@if (!empty($ogateway->short_description))

{!! nl2br(replaceBaseUrl(convertUtf8($ogateway->short_description))) !!}

@endif
@if (!empty(strip_tags($ogateway->instructions)))
{!! nl2br(replaceBaseUrl(convertUtf8($ogateway->instructions))) !!}
@endif @if ($ogateway->is_receipt == 1)

** {{__('Receipt image must be .jpg / .jpeg / .png')}}

@endif
@endforeach @if ($errors->has('receipt'))

{{$errors->first('receipt')}}

@endif {{-- End: Offline Gateways Area --}}