@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',51)->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('id',362)->first()->custom_text }}

{{ $websiteLang->where('id',363)->first()->custom_text }}
@foreach ($categories as $index => $item) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',92)->first()->custom_text }} {{ $websiteLang->where('id',91)->first()->custom_text }} {{ $websiteLang->where('id',287)->first()->custom_text }} {{ $websiteLang->where('id',121)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $item->name }} {{ $item->slug }} listing category image @if ($item->status==1) @else @endif @php $isCategory=$listings->where('listing_category_id',$item->id)->count(); @endphp @if ($isCategory==0) @endif
@endsection