@extends('welcome') @section('title', __('errors.404_title')) @section('meta_description', __('errors.404_description')) @section('content')
{{ __('errors.page_not_found_message') }}