@extends('components.layouts.app') @section('title', __('errors.under_maintenance') . ' - ' . config('app.name')) @section('content')

{{ __('errors.under_maintenance') }}

{{ __('errors.under_maintenance_message') }}

{{ __('errors.back_to_home') }}
@endsection