@extends('errors.layout') @section('title', 'Error') @section('image', asset('images/pages/500.png') ) @section('code', '503') @section('message', __(config('app.env') != 'production' && $exception->getMessage() ? $exception->getMessage() : 'Service Unavailable'))