{{-- Re-skin the client dashboard layout to use the home page theme (colors + logo).
Included from financing-request views only via @push('styles') / @push('scripts'). --}}
@php
$homeLocale = app()->getLocale();
$homeLogoKey = $homeLocale === 'ar' ? 'logo_ar' : 'logo_en';
$homeLogo = isset($siteSettings)
? $siteSettings->get($homeLogoKey, 'assets/img/logo_ar.png')
: 'assets/img/logo_ar.png';
@endphp
@push('styles')
@endpush
@push('scripts')
@endpush