{{-- "All" option --}}
  • All
  • {{-- Get current sector ID from route --}} @php $routeParam = request()->route('sector') ?? request()->route('id'); $currentSectorId = is_object($routeParam) ? $routeParam->id : $routeParam; @endphp {{-- Loop over sectors --}} @foreach ($sectors as $sector)
  • {{ $sector->name }}
  • @endforeach
@foreach ($firms as $firm) @if (!empty($firm->title))

{{ $firm->title }}

{{ $firm->Brands }}

@endif @endforeach