@php use App\Models\Setting; use App\Models\Translation; $settings = Setting::first(); $locale = app()->getLocale(); @endphp