feat/admin-send-quote #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/admin-send-quote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pls review @llama
@ -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
Feeeexed
@ -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
@ -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