@extends('errors::minimal')

@section('title', __('Le site a rencontré un problème'))
@section('code', '500')
@section('message') {!! __('Vers <a href="' . url('') . '">accueil</a>') !!} @endsection
