@extends('layouts.default') @section('title', __('seo.not_found.title')) @section('meta_description', __('seo.not_found.description')) @section('robots', 'noindex, follow, noarchive') @section('content') {{ __('global.navigation.error-404') }} {{ __('error.header') }} {{ __('global.tree.back-btn') }} {{ __('global.navigation.home') }} > {{ __('error.header') }} @endsection