@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Contact Us")}}

{{__("All Contact Us")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-contacts")) @endif @foreach($contacts as $contact) @if(isPermissionsAllowed("control-contacts")) @endif @endforeach
{{__("ID")}} {{__("Email")}} {{__("Description")}} {{__("Phone Number")}}{{__("Control")}}
{{$contact->id}} {{$contact->email}} {{$contact->description}} {{$contact->phone_number}}
id)}}" method="post" id="delete{{$contact->id}}" style="display: none" data-swal-title="{{__('Delete Contact')}}" data-swal-text="{{__('Are Your Sure To Delete This Contact ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Contact has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection