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