@extends('admin.layouts.app') @section('crumb') @endsection @section('content') @include('admin.pages.ads.ads_filtered')
{{-- Add hidden inputs for existing query parameters --}} @foreach(request()->except('paginate') as $key => $value) @endforeach
{{-- --}} @php $start = ($Adss->currentPage() - 1) * $Adss->perPage() + 1; @endphp @if (count($Adss)) @foreach ($Adss as $add) {{-- --}} @endforeach @else @endif
Ref ad id User IsApproved country main Category ad phone Category title AdType CreatedAt Status Show deleteActions
{{ $start++ }} {{ $add->id }} {{ $add->user?->name }} {{ $add->city?->country?->name }} {{ $add->category?->mainCategory?->name}} {{ $add->phone}} {{ $add?->category?->name }} {{ $add?->title }} {{ $add->AdType }} {{ $add->getCreatedAt() }} Show
@csrf @method('DELETE')
Actions
no data found
{{ $Adss->appends(request()->input())->links() }}
@endsection @push('admin_js') @endpush