@extends('layouts.back-end.app') @section('title', translate('general_Settings')) @section('content')
{{ translate('Your maintenance mode is activated ') }} @if($selectedMaintenanceDuration['maintenance_duration'] != 'until_change') {{ translate('from ') }}{{ $maintenanceStartDate->format('m/d/Y, h:i A') }} to {{ $maintenanceEndDate->format('m/d/Y, h:i A') }}. @endif
*{{ translate('By turning on maintenance mode Control your all system & function') }}
@endif @if($businessSetting['maintenance_mode'] && count($maintenanceSystemSetup) > 0)