2020-06-24 07:25:59 +00:00
|
|
|
@extends('app.layout.base')
|
2020-06-15 06:56:21 +00:00
|
|
|
|
|
|
|
@section('content')
|
2020-06-29 07:28:57 +00:00
|
|
|
<main>
|
|
|
|
<div class="d-flex col block-container mt-2">
|
2020-07-27 12:58:56 +00:00
|
|
|
<a href="{{ route('menu-plans.index') }}" class="block text-center mb-1">Menuplan</a>
|
|
|
|
<a href="{{ route('events.index') }}" class="block text-center mb-1">Aktiviteter</a>
|
2020-08-03 12:47:06 +00:00
|
|
|
<a href="{{ route('washing-reservations.appindex') }}" class="block text-center mb-1">Reservationer</a>
|
2020-07-30 08:31:04 +00:00
|
|
|
<a href="{{ route('contacts.index') }}" class="block text-center mb-1">Kontoret</a>
|
|
|
|
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
|
2020-06-29 07:28:57 +00:00
|
|
|
</div>
|
2020-08-05 07:12:58 +00:00
|
|
|
<!--
|
2020-08-04 08:40:01 +00:00
|
|
|
<div class="row" style="position: absolute; bottom: 8px; align-self: center;">
|
2020-07-27 12:58:56 +00:00
|
|
|
<a href="https://www.facebook.com" target="_blank" class="link">
|
2020-06-29 07:28:57 +00:00
|
|
|
<img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook">
|
|
|
|
</a>
|
2020-07-27 12:58:56 +00:00
|
|
|
<a href="https://www.youtube.com" target="_blank" class="link">
|
2020-06-29 07:28:57 +00:00
|
|
|
<img src="{{ URL::asset('/images/icons/yt.png') }}" class="h-100" alt="Youtube">
|
|
|
|
</a>
|
2020-07-27 12:58:56 +00:00
|
|
|
<a href="https://www.instagram.com" target="_blank" class="link">
|
2020-06-29 07:28:57 +00:00
|
|
|
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
|
|
|
|
</a>
|
2020-06-25 12:23:52 +00:00
|
|
|
|
2020-08-05 07:12:58 +00:00
|
|
|
</div>-->
|
2020-06-29 07:28:57 +00:00
|
|
|
</main>
|
2020-06-15 06:56:21 +00:00
|
|
|
@endsection
|