@extends("app.layout.base") @section("title") Kontakt @endsection @section("content")

Kontakt

@if(!$contacts->isEmpty()) @foreach($contacts as $contact)

Navn: {{ $contact->contactname }}

Email: {{ $contact->email }}

{{ $contact->title }}

@if($contact->phonetimes)

Telefontid:

{!! $contact->phonetimes !!} @endif @if($contact->phone) +45 {{ chunk_split($contact->phone, 2, ' ') }} Ring @endif @endforeach @else

Der er ingen kontakter!

@endif Send feedback omkring hvem el. hvad som helst Giv Feedback
@endsection