Add "My Invoice" to My Auditions menu
This commit is contained in:
parent
cce7abdaf6
commit
676153986f
|
|
@ -24,8 +24,9 @@
|
|||
@if(Auth::user()->school_id)
|
||||
<a href="{{route('students.index')}}" class="block p-2 hover:text-indigo-600">My Students</a>
|
||||
<a href="{{route('entries.index')}}" class="block p-2 hover:text-indigo-600">My Entries</a>
|
||||
<a href="{{route('doubler_request.index')}}" class="block p-2 hover:text-indigo-600">My Doubler Requests</a>
|
||||
<a href="{{route('doubler_request.index')}}" class="block p-2 hover:text-indigo-600">My Doubler Requests</a>
|
||||
<a href="{{route('my_school')}}" class="block p-2 hover:text-indigo-600">My School</a>
|
||||
<a href="{{route('my_invoice')}}" class="block p-2 hover:text-indigo-600">My Invoice</a>
|
||||
@endif
|
||||
<a href="{{route('my_profile')}}" class="block p-2 hover:text-indigo-600">My Profile</a>
|
||||
<form method="POST" action="/logout">
|
||||
|
|
|
|||
Loading…
Reference in New Issue