@extends('layout') @section('title') {{ __('translate.Promotion payment') }} @endsection @section('body-content')
@if ($stripe && $stripe->status == 1) @endif @if ($bank && $bank->status == 1) @endif
@include('profile.logout') @endsection @push('js_section') @include('partials.stripe-card-validation') @if ($flutterwave && $flutterwave->status == 1) @php $promotion_flutterwave_amount = round($order->amount * $flutterwave->currency->currency_rate, 2); @endphp @endif @if ($paystack && $paystack->paystack_status == 1) @php $promotion_paystack_amount = round($order->amount * $paystack->paystack_currency->currency_rate * 100); @endphp @endif @endpush