[WIP] Cashless

This commit is contained in:
R
2023-01-11 14:29:02 +07:00
parent 804ac883fa
commit 552a2367f5
14 changed files with 1772 additions and 1037 deletions

View File

@@ -1,5 +1,6 @@
<?php
use App\Http\Controllers\Api\OLDLMS\PaymentController;
use Illuminate\Support\Facades\Route;
/*
@@ -16,3 +17,5 @@ use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::get('postpone-pay/{member_id}', [PaymentController::class, 'postponePay'])->name('postpone-pay');