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

文本内容

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

图片

@foreach($img as $key=>$val) @endforeach
@endsection