@extends('layouts.app') @section('title') 页面找不到 @endsection @section('content')

@if(isset($error)) {{$error}} @else请求的页面找不到!@endif

@endsection