Added Booking to base.blade.php

This commit is contained in:
Anders 2020-06-25 12:48:44 +02:00
parent c51f5812e6
commit f3956e1e9b
1 changed files with 2 additions and 3 deletions

View File

@ -31,11 +31,10 @@
<div class="segment">
<h3 class="text-white">Booking</h3>
<div class="row">
bookings mangler i web.php
{{--<a href="{{ route("bookings.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vis Bookings</a>--}}
<a href="{{ route("bookings.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('bookings.create') }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Booking</a>
</div>
</div>
<div class="segment">