Brochure Form Data Table
| S No | Name | Mobile | Property | Email Verified | Downloaded | Date | |
|---|---|---|---|---|---|---|---|
| {{$data->id}} | {{ $data->name }} | {{ $data->mobile }} | {{ $data->email }} | {{ $data->property_name }} | @if($data->is_verified) @else @endif | @if($data->is_downloaded) @else @endif | {{ $data->created_at->format('Y-m-d') }} |