@extends('layouts.public')
@section('title', $sector->name)
@section('meta_description', $sector->short_description ?: $sector->tagline)
@section('content')
{{ trans_choice('One listing|:count listings', $listings->total(), ['count' => number_format($listings->total())]) }} @if ($category) {{ __('in :category', ['category' => $category->name]) }} @endif
{{-- A plain GET form, like the property page: sorting is part of the URL, so a sorted view can be shared and reloaded. --}}