@extends('errors.base') @section('page_title', __('app.errors.not_found')) @section('error_title', __('app.errors.not_found')) @section('error_number') 404 @stop @section('descriptive_message', __('app.errors.not_found_message'))