@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')

@lang('app.review_your_order')

{{ $payment->ad->title }}
  • {{ ucfirst($payment->ad->price_plan) }} @if($payment->ad->mark_ad_urgent == 1) + @lang('app.urgent') @endif @lang('app.posting')
{{ $payment->currency.' '.$payment->amount }}

@lang('app.order_total')

{{ $payment->currency.' '.$payment->amount }}

@if($payment->payment_method == 'stripe')
@elseif($payment->payment_method == 'paypal')
@csrf
@endif
@endsection @section('page-js') @if($payment->payment_method == 'stripe') @endif @endsection