@extends('layouts.app') @section('content')
{{ $category->description }}
{{ $listing->price ? number_format($listing->price, 0).' '.$listing->currency : 'Free' }}
No listings in this category yet.