You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
368 B
PHP
29 lines
368 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers\Admin;
|
|
|
|
use App\Http\Controllers\Controller;
|
|
|
|
class CustomerHistoryController extends Controller
|
|
{
|
|
public function deposit()
|
|
{
|
|
}
|
|
|
|
public function sale()
|
|
{
|
|
}
|
|
|
|
public function paylater()
|
|
{
|
|
}
|
|
|
|
public function paylater_limit()
|
|
{
|
|
}
|
|
|
|
public function paylater_deadline()
|
|
{
|
|
}
|
|
}
|