@extends('errors.template') @section('title', __('Service Unavailable')) @section('code', '503') @section('message', __($exception->getMessage() ?: 'Sorry, we are doing some maintenance. Please check back soon.'))