feat/admin-send-quote #15

Merged
llama merged 5 commits from feat/admin-send-quote into master 2023-10-09 05:09:57 -04:00
Owner

pls review @llama

pls review @llama
benjamyn added 3 commits 2023-10-09 04:49:50 -04:00
llama requested changes 2023-10-09 04:58:54 -04:00
routes/web.php Outdated
@ -25,6 +25,10 @@ Route::view('profile', 'profile')
->middleware(['auth'])
->name('profile');
Route::view('send', 'send')

can we prefix send with admin/

once we start getting more admin tools, it'll get mess but the rest looks good to me :D

can we prefix send with admin/ once we start getting more admin tools, it'll get mess but the rest looks good to me :D
benjamyn added 1 commit 2023-10-09 05:04:00 -04:00
Author
Owner

Feeeexed

Feeeexed
llama reviewed 2023-10-09 05:05:36 -04:00
@ -36,3 +36,3 @@
<li>
{{-- TODO: fill with SVG icons to make it pretty --}}
{{-- <x-sidebar-nav :href="route('a-1')" route="a-1">First Page</x-sidebar-nav>--}}
<x-sidebar-nav :href="route('send')" route="send">Send Quote</x-sidebar-nav>

I think this also needs to be /admin/send

I think this also needs to be /admin/send
benjamyn marked this conversation as resolved
llama requested changes 2023-10-09 05:06:22 -04:00
@ -25,6 +25,10 @@ Route::view('profile', 'profile')
->middleware(['auth'])
->name('profile');
Route::view('send', 'admin.send')

Route::view('admin/send', 'admin.send')

will be better I think

Route::view('admin/send', 'admin.send') will be better I think
benjamyn added 1 commit 2023-10-09 05:09:01 -04:00
llama approved these changes 2023-10-09 05:09:26 -04:00
llama merged commit 6ec3ba9f23 into master 2023-10-09 05:09:57 -04:00
benjamyn deleted branch feat/admin-send-quote 2023-10-09 05:34:35 -04:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: PriceyBot/PriceyBotPanel#15
No description provided.