@extends('layouts.app') @section('title')查询-教程@endsection @section('content')
| ID | 所属货主 | 标题 | 类型 | 创建时间 | 操作 |
|---|---|---|---|---|---|
| @{{tutorial.id}} | @{{ tutorial.owner_name }} | @{{tutorial.name}} | @{{tutorial.type}} | @{{tutorial.created_at}} | @can('教程-编辑') @endcan @can('教程-删除') @endcan |