@php use App\Models\Translation; $locale = app()->getLocale(); @endphp @yield('title', Translation::getValue('your_title', $locale)) @stack('styles') @push('styles') @endpush