@extends('errors.layout') @section('title', __('Error')) @section('content')

{{__('ERROR 503 SERVER UNAVAILABLE')}}

{{__('Server is unavailable. Click on the button below to do something, Thanks!')}}

{{__('Back to Home')}}
@endsection