@yield('styles')
@if(strlen(request()->segment(1)) === 0)
@endif
@section('header')
@include('theme.layouts.partials.default-header')
@show
@yield('content')
@yield('scripts')
@section('footer')
@include('theme.layouts.partials.default-footer')
@show