@extends('layouts.app') @section('title', $staff->title) @section('content')
@include('category.left')
当前位置: 首页 > {{ $category->title }}
{{ $staff->name }}
{{ $staff->created_at }}
{!! $staff->content !!}
@endsection