@php $row = $data['row'] @endphp
{{-- --}}
Name {{ $row->name }}
Email {{ $row->email }}
Phone {{ $row->phone }}
Phone @if ($row->status == 1) Active @else In-active @endif
Reason for Inquiry {{ $row->reason }}
Date {{ date('d M Y', strtotime($row->created_at)) }}
Message {{ $row->message }}