@extends(getTemplate().'.layouts.app') @push('styles_top') @endpush @section('content')

{{ trans('cart.checkout') }}

{{$currency . $total . ' ' . trans('cart.for_items',['count' => $count]) }}

{{ trans('financial.select_a_payment_gateway') }}

{{ csrf_field() }}
@if(!empty($paymentChannels)) @foreach($paymentChannels as $paymentChannel) @endforeach @endif
{{ trans('financial.total_amount') }} {{ addCurrencyToPrice($total) }}
@if(!empty($razorpay) and $razorpay)
@endif
@endsection @push('scripts_bottom') @endpush