@extends('admin.layouts.app') @section('content') @include('admin.pages.ads.ads_filtered')
@php $start = ($ads->currentPage() - 1) * $ads->perPage() + 1; @endphp @if(count($ads)) @foreach ($ads as $ad) @endforeach @else @endif
Ref user main Category ad phone title Description Category SubCategory City Price Phone Is_approved Created At ExpiredAt delete
{{ $start++ }} {{ $ad->user->name }} {{ $ad->category->mainCategory->name}} {{ $ad->phone}} {{ $ad->title }} {{ $ad->description }} {{ $ad->category->name}} {{ $ad->subCategory->name }} {{ $ad->city->name }} {{ $ad->price }} {{ $ad->phone }} {{ $ad->getCreatedAt() }} {{ $ad->expired_at }}
@csrf @method('DELETE')
no data found
@endsection