first commit
This commit is contained in:
24
Http/Controllers/CompanyController.php
Normal file
24
Http/Controllers/CompanyController.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace Koneko\VuexyStoreManager\Http\Controllers;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
|
||||
class CompanyController extends Controller
|
||||
{
|
||||
/**
|
||||
* Display the specified resource.
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view('vuexy-store-manager::company.index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for editing the specified resource.
|
||||
*/
|
||||
public function edit()
|
||||
{
|
||||
return view('vuexy-store-manager::company.edit');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user