@extends('admin/layouts/admin') @section('title', __('errors.404.title')) @section('content') @include('shared/errors/404', ['link' => route('admin.dashboard'), 'label' => __('errors.404.dashboard')]) @endsection