Home Industrial Sectors

Industrial Sectors

  • All
  • @php $routeParam = request()->route('sector') ?? request()->route('id'); $currentSectorId = is_object($routeParam) ? $routeParam->id : $routeParam; @endphp @foreach ($sectors as $sector)
  • {{ $sector->name }}
  • @endforeach
@include('partials.firm_cards')