@php use App\Helpers\Helper;$configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', __('locale.http.503.title')) @section('code', '503') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

{{__('locale.http.503.title')}} 🛠

{{ __('locale.http.503.description') }}

@if(request('notified')) @endif
@csrf
@error('email')

{{ $message }}

@enderror
@if($configData['theme'] === 'dark') Under maintenance page @else Under maintenance page @endif
@endsection