@extends('errors.general') @section('title', '404 Not Found') @section('content')

404 Not Found

详细信息:{{ $message or "这里啥都没有哦" }}

@endsection