@extends('errors.general') @section('title', '404 Not Found') @section('content')
{{ trans('errors.exception.message', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-404')]) }}