2020-08-12 11:08:47 +00:00
|
|
|
@extends("app.layout.base")
|
|
|
|
@section("title")
|
|
|
|
Aktiviteter
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
2020-11-26 09:19:12 +00:00
|
|
|
<main class="justify-unset">
|
|
|
|
<h1 class="text-center sde-blue mb-2rem">{{ __('msg.omkring') }}</h1>
|
2020-08-13 08:26:43 +00:00
|
|
|
<h4 class="mb-0 mt-1">Version:</h4>
|
2020-09-10 08:25:27 +00:00
|
|
|
<p>1.0</p>
|
2020-08-25 06:15:25 +00:00
|
|
|
<h4 class="mb-0 mt-1">{{__("msg.omappen")}}:</h4>
|
|
|
|
<p>{{__("msg.infoomappen")}}</p>
|
2020-11-26 09:19:12 +00:00
|
|
|
<!--{{__("msg.programmedby")}}:</h4>
|
|
|
|
Anders Rasmussen, Anders164a@gmail.com
|
|
|
|
Frederik Milling Pytlick, Frederikpyt@gmail.com
|
|
|
|
Victor Neerholt, Victorneerholt@gmail.com-->
|
2020-08-12 11:08:47 +00:00
|
|
|
</main>
|
|
|
|
@endsection
|