@include('Frontend.Layouts.partials.head')
@yield('styles')
@include('Frontend.Layouts.partials.loading')
@include('Frontend.Layouts.partials.trans')
@yield('self-scripts')
@if (file_exists(storage_path('custom/js.js')))
@endif
@yield('scripts')
@include('Frontend.Layouts.partials.app')