503.blade.php 108 B

12345
  1. @extends('errors::layout')
  2. @section('title', 'Service Unavailable')
  3. @section('message', 'Be right back.')