@extends(isset($embed) ? 'layouts.empty' : 'layouts.page') @section('title') {{ $context->name }} — {!! $context->organization()->displayName() !!} @stop @section('content') @if (! isset($embed) && $context->raw('image')) @endif
@include('fragments.establishment.header', [ 'context' => $context, 'embed' => ($embed ?? false) ])
@include('fragments.establishment.products', [ 'context' => $context ])
@endsection