@extends('dashboard.layout.mainlayout') @section('content')

@lang('user.classified-ads') {{ $total }}

{{--

--}}
@include('partials._errors') @include('partials._session')
@if($classified_ads->count() > 0) @foreach ($classified_ads as $index=>$item) @endforeach
# @lang('user.cat_name') @lang('user.phone') @lang('user.image') @lang('user.operations')
{{ $index +1 }} {{$item->category->name_ar ?? null}} {{$item->phone}} {{-- @lang('user.edit')--}}
@csrf @method('DELETE')
@else

@lang('user.no_data_found')

@endif
@include('dashboard.special_advertisements.create') @include('dashboard.special_advertisements.edit')
@endsection @section('scripts') @endsection