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