[WIP] Working on orders & invoices

This commit is contained in:
Ludovic CANDELLIER
2022-08-19 22:04:44 +02:00
parent 1880b25407
commit dae8156164
32 changed files with 440 additions and 323 deletions

View File

@@ -9,28 +9,8 @@ use App\Repositories\Shop\Customers;
class CustomerController extends Controller
{
public function show($id)
{
//
}
public function edit(C$id)
{
//
}
public function update(Request $request)
{
//
}
public function destroy($id)
{
//
}
public function profile($id = false)
{
return view('Shop.Profile.profile');
return view('Shop.Customers.profile');
}
}