@php
$maintain_page_logo = get_attachment_image_by_id(get_static_option('maintain_page_logo'),"full",false);
@endphp
@if (!empty($maintain_page_logo))
@endif
{{get_static_option('maintain_page_'.get_user_lang().'_title')}}
{{get_static_option('maintain_page_'.get_user_lang().'_description')}}
@include('backend.partials.message')
@if($errors->any())
@foreach($errors->all() as $error)
{{$error}}
@endforeach @endif