@extends("layouts.admin.app") @section("page-title") {{__("Digisol Contact Us")}} @endSection @section("page-nav-title")
{{__('Control and view All Digisol Contact')}}
{{__('Name')}} | {{__('Email')}} | {{__('Phone number ')}} | {{__('Reason')}} | {{__('message')}} | {{__('Created at')}} | {{__('Control')}} |
---|---|---|---|---|---|---|
{{$contact->name}} | {{$contact->email}} | {{$contact->phone}} | {{$contact->notes}} | {{$contact->description}} | {{$contact->created_at->diffForHumans()}} |