add feature search name and middleware changes to fix the resit for khazanah

This commit is contained in:
Hafifie PKB
2024-04-02 01:43:20 +08:00
parent 86e16ec1d4
commit 3180b0b10b
21 changed files with 4769 additions and 93 deletions
@@ -20,6 +20,7 @@ use Carbon\Carbon;
class CustomersController extends Controller
{
private $customer_ic;
private $customerService;
public function __construct()
{
$this->middleware('auth');