content.blade.php 277 B

12345678910111213141516171819202122
  1. {{--@foreach($contents as $grids)--}}
  2. {{-- form 表单编辑的 --}}
  3. @if(!empty($form))
  4. {!! $form !!}
  5. @endif
  6. @if(!empty($memberSetform))
  7. {!! $memberSetform !!}
  8. @endif
  9. {{--{!! $grids->render() !!}--}}
  10. {!! $contents->render() !!}
  11. {{--@endforeach--}}