Removed:
BookingController.php, Booking.php - Was already made being called washing-reservation Route in web.php (Bookings not needed) Fixed: WashingReservationController.php admin->layout->base (washing-reservations instead of booking)
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
<div class="segment">
|
||||
<h3 class="text-white">Booking</h3>
|
||||
<div class="row">
|
||||
<a href="{{ route("bookings.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vis Bookings</a>
|
||||
<a href="{{ route("washing-reservations.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vis Bookings</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<a href="{{ route('bookings.create') }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Booking</a>
|
||||
<a href="{{ route('washing-reservations.create') }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Booking</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="segment">
|
||||
|
||||
Reference in New Issue
Block a user