@foreach (json_decode($general->system_info)->message as $msg)
@php echo $msg; @endphp
@endforeach
@endif
@if ($isHoliday)
@lang('Today is holiday') @lang('No interest will be provided today.') @if (!$general->holiday_withdraw)
@lang('Also withdrawal requests is disable for today.')
@endif @lang('The next working is') {{ $nextWorkingDay }}
@endif
@if (!$general->registration)
@lang('User registration module is disable') @lang('No one can be registered to this system due to disabling the registration module')