@extends('layouts.app') @section('title', __('site.products_title').' — '.config('site.brand.name')) @section('content')
{{ config('site.brand.product_line') }}

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

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

@if ($categories->isEmpty())

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

@else
@foreach ($categories as $category) @endforeach
@endif
@endsection