@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Kontakt - Vis @endsection @section("path") Vis Kontakter / @endsection @section("content")
Kontakt Navn | Titel | Tlf | @if(auth()->user()->can('contact.edit'))@endif @if(auth()->user()->can('contact.delete')) | @endif | |
---|---|---|---|---|---|
{{ $contact->contactname }} | {{ $contact->title }} | {{ $contact->email }} | {{ $contact->phone }} | @if(auth()->user()->can('contact.edit'))$contact ]) }}"> | @endif @if(auth()->user()->can('contact.delete'))@endif |