@extends('errors::layout') @section('title', __('Under Maintenance')) @section('code', '503') @section('image') @endsection @section('message', __($exception->getMessage() ?: 'Unfortunately this site is currently down for maintenance.'))