Add "My Profile" Page
This commit adds the layout for the profile page, for users and staff members.
This commit is contained in:
@@ -6,5 +6,12 @@ use Illuminate\Http\Request;
|
||||
|
||||
class ProfileController extends Controller
|
||||
{
|
||||
//
|
||||
|
||||
public function index()
|
||||
{
|
||||
|
||||
return view('dashboard.user.profile.userprofile');
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user