Add "My Profile" Page

This commit adds the layout for the profile page, for users and staff members.
This commit is contained in:
2020-04-30 22:53:57 +01:00
parent 76d6ea6704
commit c802908bf3
9 changed files with 319 additions and 6 deletions

View File

@@ -6,5 +6,12 @@ use Illuminate\Http\Request;
class ProfileController extends Controller
{
//
public function index()
{
return view('dashboard.user.profile.userprofile');
}
}