@extends('errors::minimal') @section('title', __('Erro no servidor')) @section('code', '500') @include('components.head') @section('message', __('Erro no servidor')) @include('components.footer')