@extends('layouts.admin_layout') @section('Title') پنل مدیریت | آگهی های در انتظار تایید @endsection @section('custom-js') @endsection @section('content')

آگهی های در انتظار تایید

@csrf
@if($searched and $filter_items['title'] !== '') @else @endif
@if($searched and $filter_items['mobile'] !== '') @else @endif
@if(!$searched)
@else
@endif
@if(!empty($ads->all()))
@if(!$searched and $ads->lastPage() > 1) @php $row = (($ads->currentPage() - 1) * $ads->perPage() ) + 1; @endphp @else @php $row = 1; @endphp @endif @foreach($ads as $ad) @php $row++; @endphp @endforeach
# تصویر عنوان شهر کاربر دسته بندی عملیات
{{$row}}

{{getAdvertisementTitle($ad['id'])}} {{$ad['cityInfo']['name']}} {{$ad['userInfo']['mobile']}} {{$ad['categoryInfo']['title']}}
@else

موردی یافت نشد.

@endif @if(!$searched and $ads->lastPage() > 1)
{{$ads->links()}}
@endif
@endsection