@php
$maintenance_text = Modules\GlobalSetting\App\Models\GlobalSetting::where('key', 'maintenance_text')->first();
$maintenance_image = Modules\GlobalSetting\App\Models\GlobalSetting::where('key', 'maintenance_image')->first();
@endphp
{!! clean(nl2br($maintenance_text->value)) !!}