@extends('admin.settings.layout') @php use App\Models\Setting; $debug_mode = true; // Get fresh data from DB for preview $printLogo = Setting::where('key', 'print_logo')->first()?->value; $institutionName = Setting::where('key', 'institution_name')->first()?->value; $institutionAddress = Setting::where('key', 'institution_address')->first()?->value; @endphp @section('settings_content')