@extends('socialite::layouts.default') @section('content')
@include('breweries.show.partials.header')
@include('breweries.show.partials.left')
@yield('brewery_content') @if(isset($hideAbout) && $hideAbout == false)
@include('breweries.show.partials.right')
@endif
@endsection @section('bottom_js') @parent @endsection