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

{{__('KadyTech Contact')}}

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

@endsection @section("content") @include("includes.dialog")
@foreach($contacts as $contact) @endforeach
{{__('Name')}} {{__('Email')}} {{__('Phone number ')}} {{__('company_name')}} {{__('WebSite_URL')}} {{__('social_media_account')}} {{__('web')}} {{__('mobile')}} {{__('market')}} {{__('other')}} {{__('Created at')}} {{__('Control')}}
{{$contact->name}} {{$contact->email}} {{$contact->phone}} {{$contact->company_name}} {{$contact->description}} {{$contact->social_media}} {{$contact->web}} {{$contact->mobile}} {{$contact->market}} {{$contact->other}} {{$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