Manage contact us request

Back
@can('User access') @foreach($contactUs as $notify) @endforeach @endcan
Id Sender Phone Email Purpose Message Request At Details
#{{ $notify->id ?? '' }} {{ $notify->name ?? '' }} {{ $notify->phone ?? '' }} {{ $notify->email ?? '' }} {{ $notify->registering_as ?? '' }} {{ Str::limit($notify->message ?? '', 30, '...') }} {{ $notify->created_at ? $notify->created_at->format('M d, Y, h:i A') : '' }} @can('User edit') View @endcan