@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
{{-- --}} @php $start = ($Adss->currentPage() - 1) * $Adss->perPage() + 1; @endphp @if (count($Adss)) @foreach ($Adss as $add) {{-- --}} @endforeach @else @endif
Ref User main Category ad phone Category title AdType CreatedAt Status IsApproved Show deleteActions
{{ $start++ }} {{ $add->user?->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->links() }}
@endsection @push('admin_js') @endpush