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