@extends('app') @section('head_title', trans('words.listings').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content")
@include("pages.listings.sidebar")
@foreach($listings as $listing)
card image
{{\App\Models\Categories::getCategoryInfo($listing->cat_id)->category_name}}

{{Str::limit($listing->address,50)}}

@endforeach
@endsection