@extends('layouts.backend.master') @section('content')
Amount payable : KSH. {{number_format($course->price,2)}}


  1. Go to M-Pesa menu
  2. Click on Lipa na M-Pesa
  3. Click on Buy Goods and Services
  4. Enter till no 834210
  5. Enter amount {{number_format($course->price,2)}} KES
@if ( Session::has('success') ) @endif
@csrf
@endsection