@extends('frontend.layouts.app') @section('content')

{{translate('Payment Details')}}

@csrf
{{translate('Please correct the errors and try again.')}}
@if (Session::get('payment_type') == 'cart_payment') @elseif(Session::get('payment_type') == 'wallet_payment') @elseif(Session::get('payment_type') == 'customer_package_payment') @elseif(Session::get('payment_type') == 'seller_package_payment') @endif
@endsection @section('script') @endsection