@hasSection('ogp') @yield('ogp') @else
@endif
@hasSection('title'){{ $options->title }} - @yield('title') @else{{ $options->title }}@endif
{!! $options->scripts !!}
@include('partials.navigation') @if(Auth::check() && Auth::user()->hasStore())
Mi cuenta
@endif
@if($options->facebook)
@endif @if($options->instagram)
@endif @if($options->twitter)
@endif
@yield('content')
@include('partials.navigation')
@yield('scripts')