Order Price {{ config('app.currency') . number_format($sum_order_total, 2) }}
V.A.T Total {{ config('app.currency') . number_format($vat_cal, 2) }}

Total {{ config('app.currency') . number_format($data['data']['total_amount'], 2) }}
{{-- required --}} {{-- required in kobo --}} {{-- required --}} {{-- to support transaction split. more details https://paystack.com/docs/payments/multi-split-payments/#using-transaction-splits-with-payments --}} {{-- to support dynamic transaction split. More details https://paystack.com/docs/payments/multi-split-payments/#dynamic-splits --}} {{ csrf_field() }} {{-- works only when using laravel 5.1, 5.2 --}} {{-- employ this in place of csrf_field only in laravel 5.0 --}}