@if ($default_font->font_value) @else @endif @if ($default_font->font_family) @else @endif
@include('includes.form-success') @include('includes.form-error') {{ csrf_field() }}

{{ __('Payment Info') }}

@foreach($gateways as $gt) @if($gt->type == 'manual') @if($order->dp == 0)
@endif @else
@endif @endforeach

{{ $langg->lang127 }}

@lang('Total Order Amount')

@if($gs->currency_format == 0) {{ $order->currency_sign }} {{ $order->pay_amount * $order->currency_value }} @else {{ $order->pay_amount * $order->currency_value }}{{ $order->currency_sign }} @endif

@php $curr = App\Models\Currency::where('sign', '=', $order->currency_sign)->firstOrFail(); @endphp