@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | Record Payment') @section('page-title', 'Record Payment') @section('content')
Enable M-Pesa STK push by adding Daraja credentials.
@php $mp = \App\Models\PaymentMethod::where('code', 'mpesa')->first(); @endphp @if($mp)Configure M-Pesa@endifEnable Co-op STK push by adding Tuma credentials.
@php $cp = \App\Models\PaymentMethod::where('code', 'coop')->first(); @endphp @if($cp)Configure Co-op Bank@endifAlways capture the M-Pesa code or cheque number as the reference so each payment can be traced.