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

404

{{ __('errors.404.heading') }}

{{ __('errors.404.description') }}

{{ __('buttons.go_to_dashboard') }} {{ __('buttons.go_back') }}
@endsection