@extends('payment.layout') @section('styles') @endsection @section('content')

A DUMMY PAYMENT GATEWAY

{{----}}
@csrf;
Total: {{number_format($data->amount,2)}} BDT
@endsection @section('script') @endsection