503.blade.php 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 @extends('public') @section('content') <div class="container"> <h1 class="text-muted">{{ trans('errors.app_down', ['appName' => setting('app-name')]) }}</h1> <p>{{ trans('errors.back_soon') }}</p> </div> @stop