Requested at {{ $contact->created_at ?? '-' }} Status @if ($contact->status == 1) Active @else Inactive @endif
Name {{ $contact->name ?? '-' }} Mobile {{ $contact->mobile ?? '-' }}
E-mail {{ $contact->email ?? '-' }} IP Address {{ $contact->ip_address ?? '-' }}
Message {{ $contact->message ?? '-' }}