openclassify/Modules/Listing/resources/views/index.blade.php
2026-03-08 03:32:25 +03:00

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