@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Kontakt - Vis @endsection @section("path") Vis Kontakter / @endsection @section("content")
@if(auth()->user()->can('contact.create')) CreateOpret Kontakt @endif
@if(auth()->user()->can('contact.edit')) @endif @if(auth()->user()->can('contact.delete')) @endif @foreach($contacts as $contact) @if(auth()->user()->can('contact.edit')) @endif @if(auth()->user()->can('contact.delete')) @endif @endforeach
Kontakt Navn Titel E-mail TlfUpdateDelete
{{ $contact->contactname }} {{ $contact->title }} {{ $contact->email }} {{ $contact->phone }} $contact ]) }}">Update @csrf
@endsection @section('scripts') @endsection