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