From b9ebe8390193a5bbc4a92567a62dd4f4b76087d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=88=E3=83=A9=E3=83=B3=E3=82=AE=E3=83=A3=E3=83=BC?= Date: Thu, 30 Sep 2021 13:32:48 +0700 Subject: [PATCH] =?UTF-8?q?p=5Faccount=E3=81=AErouter=E3=81=8A=E3=82=88?= =?UTF-8?q?=E3=81=B3blade=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/resources/js/parent/child/add.jsx | 0 backend/resources/js/parent/child/detail.jsx | 0 backend/resources/js/parent/child/edit.jsx | 0 backend/resources/js/parent/child/index.jsx | 0 .../resources/js/parent/favorite/index.jsx | 0 backend/resources/js/parent/meeting/add.jsx | 0 .../resources/js/parent/meeting/detail.jsx | 0 backend/resources/js/parent/meeting/edit.jsx | 0 backend/resources/js/parent/meeting/index.jsx | 0 backend/resources/js/parent/profile/edit.jsx | 0 backend/resources/js/parent/profile/index.jsx | 0 .../js/parent/profile/password_edit.jsx | 0 .../js/parent/profile/withdrawal.jsx | 0 .../js/parent/profile/withdrawal_complete.jsx | 0 backend/resources/js/parent/search/index.jsx | 0 .../views/paccount/child/add.blade.php | 0 .../views/paccount/child/detail.blade.php | 0 .../views/paccount/child/edit.blade.php | 0 .../views/paccount/child/index.blade.php | 0 .../views/paccount/favorite/index.blade.php | 0 .../resources/views/paccount/layout.blade.php | 32 +++++++++++++++++++ .../views/paccount/meeting/add.blade.php | 0 .../views/paccount/meeting/detail.blade.php | 0 .../views/paccount/meeting/edit.blade.php | 0 .../views/paccount/meeting/index.blade.php | 0 .../views/paccount/profile/edit.blade.php | 0 .../views/paccount/profile/index.blade.php | 0 .../paccount/profile/password_edit.blade.php | 0 .../paccount/profile/withdrawal.blade.php | 0 .../views/paccount/search/index.blade.php | 0 backend/routes/web.php | 18 +++++++++++ 31 files changed, 50 insertions(+) create mode 100644 backend/resources/js/parent/child/add.jsx create mode 100644 backend/resources/js/parent/child/detail.jsx create mode 100644 backend/resources/js/parent/child/edit.jsx create mode 100644 backend/resources/js/parent/child/index.jsx create mode 100644 backend/resources/js/parent/favorite/index.jsx create mode 100644 backend/resources/js/parent/meeting/add.jsx create mode 100644 backend/resources/js/parent/meeting/detail.jsx create mode 100644 backend/resources/js/parent/meeting/edit.jsx create mode 100644 backend/resources/js/parent/meeting/index.jsx create mode 100644 backend/resources/js/parent/profile/edit.jsx create mode 100644 backend/resources/js/parent/profile/index.jsx create mode 100644 backend/resources/js/parent/profile/password_edit.jsx create mode 100644 backend/resources/js/parent/profile/withdrawal.jsx create mode 100644 backend/resources/js/parent/profile/withdrawal_complete.jsx create mode 100644 backend/resources/js/parent/search/index.jsx create mode 100644 backend/resources/views/paccount/child/add.blade.php create mode 100644 backend/resources/views/paccount/child/detail.blade.php create mode 100644 backend/resources/views/paccount/child/edit.blade.php create mode 100644 backend/resources/views/paccount/child/index.blade.php create mode 100644 backend/resources/views/paccount/favorite/index.blade.php create mode 100644 backend/resources/views/paccount/layout.blade.php create mode 100644 backend/resources/views/paccount/meeting/add.blade.php create mode 100644 backend/resources/views/paccount/meeting/detail.blade.php create mode 100644 backend/resources/views/paccount/meeting/edit.blade.php create mode 100644 backend/resources/views/paccount/meeting/index.blade.php create mode 100644 backend/resources/views/paccount/profile/edit.blade.php create mode 100644 backend/resources/views/paccount/profile/index.blade.php create mode 100644 backend/resources/views/paccount/profile/password_edit.blade.php create mode 100644 backend/resources/views/paccount/profile/withdrawal.blade.php create mode 100644 backend/resources/views/paccount/search/index.blade.php diff --git a/backend/resources/js/parent/child/add.jsx b/backend/resources/js/parent/child/add.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/child/detail.jsx b/backend/resources/js/parent/child/detail.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/child/edit.jsx b/backend/resources/js/parent/child/edit.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/child/index.jsx b/backend/resources/js/parent/child/index.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/favorite/index.jsx b/backend/resources/js/parent/favorite/index.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/meeting/add.jsx b/backend/resources/js/parent/meeting/add.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/meeting/detail.jsx b/backend/resources/js/parent/meeting/detail.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/meeting/edit.jsx b/backend/resources/js/parent/meeting/edit.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/meeting/index.jsx b/backend/resources/js/parent/meeting/index.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/profile/edit.jsx b/backend/resources/js/parent/profile/edit.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/profile/index.jsx b/backend/resources/js/parent/profile/index.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/profile/password_edit.jsx b/backend/resources/js/parent/profile/password_edit.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/profile/withdrawal.jsx b/backend/resources/js/parent/profile/withdrawal.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/profile/withdrawal_complete.jsx b/backend/resources/js/parent/profile/withdrawal_complete.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/js/parent/search/index.jsx b/backend/resources/js/parent/search/index.jsx new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/child/add.blade.php b/backend/resources/views/paccount/child/add.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/child/detail.blade.php b/backend/resources/views/paccount/child/detail.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/child/edit.blade.php b/backend/resources/views/paccount/child/edit.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/child/index.blade.php b/backend/resources/views/paccount/child/index.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/favorite/index.blade.php b/backend/resources/views/paccount/favorite/index.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/layout.blade.php b/backend/resources/views/paccount/layout.blade.php new file mode 100644 index 00000000..d1cc6c93 --- /dev/null +++ b/backend/resources/views/paccount/layout.blade.php @@ -0,0 +1,32 @@ + + + + + + + + + @yield('title') + + + + + + + + + + + + + +
+
+ @yield('content') +
+
+ + + + + diff --git a/backend/resources/views/paccount/meeting/add.blade.php b/backend/resources/views/paccount/meeting/add.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/meeting/detail.blade.php b/backend/resources/views/paccount/meeting/detail.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/meeting/edit.blade.php b/backend/resources/views/paccount/meeting/edit.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/meeting/index.blade.php b/backend/resources/views/paccount/meeting/index.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/profile/edit.blade.php b/backend/resources/views/paccount/profile/edit.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/profile/index.blade.php b/backend/resources/views/paccount/profile/index.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/profile/password_edit.blade.php b/backend/resources/views/paccount/profile/password_edit.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/profile/withdrawal.blade.php b/backend/resources/views/paccount/profile/withdrawal.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/resources/views/paccount/search/index.blade.php b/backend/resources/views/paccount/search/index.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/backend/routes/web.php b/backend/routes/web.php index 06495494..ec5f57fc 100644 --- a/backend/routes/web.php +++ b/backend/routes/web.php @@ -17,5 +17,23 @@ Route::get('/', function () { return view('welcome'); }); +Route::get('/p-account/meeting', function () {return view('paccount.meeting.index');}); +Route::get('/p-account/meeting/detail/{meeting_id}', function () {return view('paccount.meeting.detail');}); +Route::get('/p-account/meeting/new', function () {return view('paccount.meeting.add');}); +Route::get('/p-account/meeting/edit/{child_id}', function () {return view('paccount.meeting.edit');}); + +Route::get('/p-account/favorite', function () {return view('paccount.favorite.index');}); +Route::get('/p-account/search', function () {return view('paccount.search.index');}); + +Route::get('/p-account/child', function () {return view('paccount.child.index');}); +Route::get('/p-account/child/add', function () {return view('paccount.child.add');}); +Route::get('/p-account/child/edit/hire-date/{child_id}', function () {return view('paccount.child.edit');}); +Route::get('/p-account/child/detail/{child_id}', function () {return view('paccount.child.detail');}); + +Route::get('/p-account/profile', function () {return view('paccount.profile.index');}); +Route::get('/p-account/profile/edit/{father_id}', function () {return view('paccount.profile.edit');}); +Route::get('/p-account/profile/edit/password/{father_id}', function () {return view('paccount.profile.password_edit');}); +Route::get('/p-account/profile/withdrawal', function () {return view('paccount.profile.withdrawal');}); + Route::get('/contact-us', function () {return view('contact.index');}); Route::get('/contact-us/complete/', function () {return view('contact.complete');});