@extends('admin.layout') @section('content')
Update Maintenance Page & Mode
@csrf

Maintenance


JPG, PNG, JPEG images are allowed

@if ($errors->has('maintenance'))

{{$errors->first('maintenance')}}

@endif
@if ($errors->has('maintainance_mode'))

{{$errors->first('maintainance_mode')}}

@endif
@if ($errors->has('maintainance_text'))

{{$errors->first('maintainance_text')}}

@endif

After activating maintenance mode, You can access the website via {{url('{secret_path}')}}

Try to avoid using special characters in {secret path}

@endsection