@extends('admin.layout') @section('content')

内容

{{ $data['content'] or ''}}

付费信息

{{ $data['comment'] or ''}}

相关图片

@if(isset($data['pic']) && !empty($data['pic'])) @foreach($data['pic'] as $item) @endforeach @endif
@endsection