@extends('socialite::layouts.default') @section('content')
@include('beers.show.partials.header')
@include('beers.show.partials.left')
@yield('beer_content')
@endsection @section('bottom_js') @parent @endsection