Listings on Pending Approvals

@if (Session::has('message')) @endif
@forelse ($listnings as $listning) @empty @endforelse
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
@if ($listning->is_active == true) De-Active @else Active @endif
@csrf @method('DELETE')
No Listining