@extends('core/base::errors.master') @section('content')

{{ trans('core/base::errors.404_title') }}

{{ trans('core/base::errors.reasons') }}

{!! BaseHelper::clean(trans('core/base::errors.try_again', ['link' => route('dashboard.index')])) !!}

@stop