@extends('layouts.site') @section('meta_title') {{ __('site.industries_title') }} — {{ brand_name() }} @endsection @section('title', __('site.industries_title')) @section('content')

{{ __('site.industries_title') }}

{{ __('site.industries_subtitle') }}

@if ($industries->isEmpty())

{{ __('site.industries_empty') }}

@else @endif
@endsection