@include('admin.Master.header')
@forelse($getDetailsByCity as $list) @empty @endforelse
Form Id Full Name Age Email Id Type Instagram Reel Link Video Url Country / State City Mobile No
{{ $list->id }} {{ $list->fullName ?? '---' }} {{ $list->age ?? '---' }} {{ $list->email ?? '---' }} {{ $list->type ?? '---' }} @if ($list->insta) Reel Url @else --- @endif @if ($list->video) Video Url @else --- @endif {{ $list->country ?? '---' }} {{ $list->city ?? '---' }} {{ $list->phone ? $list->phone : '---' }} {{-- @can('form-edit') --}} {{-- @endcan --}}
{{ trans('admin.texts.no_data_found') }}
@include('admin.Master.footer')