503.blade.php 173 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Service Unavailable'))
  3. @section('code', '503')
  4. @section('message', __($exception->getMessage() ?: 'Service Unavailable'))