{{--
--}}
@yield('title') - {{ config('app.name') }}
@include('backend.layouts.partials.styles') @php $user = auth()->user(); @endphp
@include('backend.layouts.partials.top-right-nav')
@if(!config('app.hide_helper'))
@endif @if (request()->is('admin/settings/*')) @include('backend.layouts.partials.setting-sidebar') @else @include('backend.layouts.partials.default-sidebar') @endif
@yield('breadcrumbs')
@yield('content')
@include('backend.layouts.partials.footer') @include('backend.layouts.partials.scripts') @if($setting->pwa_enable) @endif