@extends('errors.layout') @section('title', __('Maintenance Mode')) @section('badge', __('Maintenance')) @section('code', '503') @section('heading', __('We\'ll be right back')) @section('message', __('The application is currently undergoing scheduled maintenance. We should be back online shortly. Thank you for your patience.')) @section('actions') @endsection