@include('includes.frontend.extra_head') @yield('css')
@include('includes.form-success') @include('includes.form-error') {{ csrf_field() }}
@lang('Select payment Method')
@foreach ($gateways as $gt) @if ($gt->checkout == 1) @if ($gt->type == 'manual') @if($order->dp == 0)
@endif @else
@endif @endif @endforeach

@lang('Total Order Amount')

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