/ resources / views / errors / 503.blade.php
503.blade.php
1  @extends('errors::minimal')
2  
3  @section('title', __('Service Unavailable'))
4  @section('code', '503')
5  @section('message', __('Service Unavailable'))