@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Contact Us")}}
{{__("ID")}} | {{__("Email")}} | {{__("Description")}} | {{__("Phone Number")}} | @if(isPermissionsAllowed("control-contacts")){{__("Control")}} | @endif
---|---|---|---|---|
{{$contact->id}} | {{$contact->email}} | {{$contact->description}} | {{$contact->phone_number}} | @if(isPermissionsAllowed("control-contacts"))@endif |