@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->deposit == 1 && $gt->type != 'manual')
@endif @endforeach

@lang('PRICE DETAILS')

Amount
@if ($gs->currency_format == 0)

{{ $curr->sign }} {{ $deposit->amount * $curr->value }}

@else

{{ $deposit->amount * $curr->value }} {{ $curr->sign }}

@endif