mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
8 lines
277 B
PHP
8 lines
277 B
PHP
@extends('app::layouts.app')
|
|
|
|
@section('title', trim((string) ($selectedCategory?->name ?? '')) !== '' ? trim((string) $selectedCategory->name).' Listings and Prices' : 'All Listings and Prices')
|
|
|
|
@section('content')
|
|
@include('listing::partials.index-content')
|
|
@endsection
|