@extends('frontend.frontend-page-master') @section('site-title') {{__('Checkout')}} @endsection @section('page-title') {{__('Checkout')}} @endsection @section('style') @endsection @section('content')
@if(\App\Facades\Cart::count() > 0)
@if(!auth()->check()) @endif
{!! \App\Facades\Cart::cartSummery()!!} {!! render_payment_gateway_for_form(true) !!} @if(!empty(get_static_option('manual_payment_gateway')))
{{__('Attach your bank Document')}}

{!! get_manual_payment_description() !!}
@endif {{__('Confirm Order')}}
@else
{{__('No Item In Cart!')}}
@endif
@endsection @section('scripts') @endsection