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

{{__('Digisol Contact')}}

{{__('Control and view All Digisol Contact')}}

@endsection @section("content") @include("includes.dialog")
@foreach($contacts as $contact) @endforeach
{{__('Name')}} {{__('Email')}} {{__('Phone number ')}} {{__('Reason')}} {{__('message')}} {{__('Created at')}} {{__('Control')}}
{{$contact->name}} {{$contact->email}} {{$contact->phone}} {{$contact->notes}} {{$contact->description}} {{$contact->created_at->diffForHumans()}}
$contact->id])}}" method="post" id="delete{{$contact->id}}" style="display: none" data-swal-title="{{__('Delete Website Descriptions')}}" data-swal-text="{{__('Are Your Sure To Delete This Website Description ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Website Descriptions has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") {{-- @if(session()->has("technician_register_info"))--}} {{-- --}} {{-- @endif--}} @endsection