index.blade.php 93 B

123456
  1. @extends('layouts.app')
  2. @section('title')设置@endsection
  3. @section('content')
  4. @endsection