@php // Settings use App\Models\Setting; $setting = Setting::where('status', 1)->first(); @endphp