{{ Form::model($order,['route' => ['invoicebankPaymentApproval.response', $order->id], 'method' => 'POST']) }}

{{ $order->order_id }}


{{ App\Models\Utility::invoiceNumberFormat($order->invoice_id) }}


{{ $currentWorkspace->currency . $order->amount }}


{{ $order->payment_type }}


{{ $order->payment_status }}


{!! $admin_payment_setting['bank_details'] !!}


@php $plan = App\Models\Plan::find(Auth::user()->plan); @endphp @if (!empty($order->receipt)) @if($plan->storage_limit > Auth::user()->storage_limit && $plan->storage_limit != -1) @else
--
@endif @endif {{-- --}}

{{ Form::close() }}