@if (Session::has('message'))
@endif
| S.no | Title | City | Country | Host Name | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $listning->title }} | {{ $listning->city }} | {{ $listning->country }} | {{ $listning->user->first_name ?? '' }} {{ $listning->user->last_name ?? '' }} | @if ($listning->is_active == true) Listed @else Deactivated @endif | |
| No Listining | ||||||