@extends('layouts.error') @section('title', trans('errors.title.500')) @section('content')

  {{ trans('errors.header.500') }}

{{ trans('errors.message.500') }}

 {{ trans('general.go_to', ['name' => trans_choice('general.dashboards', 1)]) }}
@endsection