v0.5.9 - Fixed en/dk messages + added backend en/dk messages

This commit is contained in:
Anders
2020-08-07 10:51:10 +02:00
parent b5fb505eaa
commit a23337b9d4
12 changed files with 75 additions and 42 deletions
@@ -5,7 +5,7 @@
@section("content")
<main>
<h1 class="text-center sde-blue mt-0 mb-0">{{__('msg.kontakt')}}</h1>
<h1 class="text-center sde-blue mt-0 mb-0">{{__('msg.kontakter')}}</h1>
@if(!$contacts->isEmpty())
@foreach($contacts as $contact)
<h4 class="mt-2">{{__('msg.navn')}}: {{ $contact->contactname }}</h4>