@extends('frontend::page') @section('content')
@if(count($errors) > 0) @endif @if(Session::has('success')) @endif
@csrf @lang('general.amount_to_be_paid', ['amount' => "$order_details->currency_symbol$order_details->price"])
@endsection