@extends('layouts.admin.layout') @section('content')
@php $properties=json_decode($contact->properties); @endphp| Name | {{ $contact->fullname }} |
| Mobile Number | {{ $contact->mobile }} |
| {{ $contact->email }} | |
| Query | {{ $contact->query }} |
| Submitted On | {{ date('d-m-Y H:i:s', strtotime($contact->date_of_submission)) }} |
| Browser Details |
{{ $properties->ip }} {{ $properties->details }} |