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

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

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

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