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

{{__('Website Contact')}}

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

@endsection @section("content")
{{-- --}}
@foreach($contacts as $contact) @endforeach
#{{__('ID')}} {{__('Name')}} {{__('Email')}} {{__('Phone number ')}} {{__('message')}} {{__('Created at')}} {{__('Control')}}
{{$contact->id}} {{$contact->name}} {{$contact->email}} {{$contact->phone}} {{$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