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

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

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

@php $landing_page = user() ? route(user()->landing_page) : route('login'); @endphp  {{ trans('general.go_to', ['name' => trans_choice('general.dashboards', 1)]) }}
@endsection