@extends('backend.admin.layouts.app') @section('title', 'Add Payment') @section('content')

Add Payment for: {{ $student->fullNameInEnglish }}

Due Amount: {{ number_format($transaction->due_amount, 2) }} ৳
@csrf
First, send money using bKash (0145485465545) or Nagad (0154587545). Then, copy the transaction ID and paste it in the field above.
@endsection