@extends('website.layouts.master') {{--@section('title') {{__('website.shop').' - '.$shop->getQualifiedName()}} @stop--}} @section('css') {{-- --}} @stop @section('script.title') @stop @section('content') @php $brand_translation = $brand->translations->where('language_id',getLocaleId())->first(); @endphp {{ trans('theme.nav.home') }} {{trans('theme.all_brands')}} {!! $brand_translation->name ?? $brand->name !!} {!! $brand_translation->name ?? $brand->name !!} {!! optional($brand->country)->name !!} {!! $brand_translation->description ?? $brand->description !!} {{ trans('theme.products') }} @stop @section('script') @stop
{!! optional($brand->country)->name !!}
{!! $brand_translation->description ?? $brand->description !!}