| 1 | <?php |
||
| 10 | class MainController extends Controller |
||
| 11 | {
|
||
| 12 | /** |
||
| 13 | * Create a new controller instance. |
||
| 14 | * |
||
| 15 | */ |
||
| 16 | public function __construct() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Show the application dashboard. |
||
| 23 | * |
||
| 24 | * @return \Illuminate\Http\Response |
||
| 25 | */ |
||
| 26 | public function index() |
||
| 30 | |||
| 31 | public function empty1(){
|
||
| 34 | |||
| 35 | public function category(){
|
||
| 39 | |||
| 40 | } |
||
| 41 |