restart
This commit is contained in:
@@ -11,6 +11,7 @@ class CustomerController extends Controller
|
||||
{
|
||||
public function profile($id = false)
|
||||
{
|
||||
return view('Shop.Customers.profile');
|
||||
$data = Customers::editProfile($id);
|
||||
return view('Shop.Customers.profile', $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user