amaelftah/laravel-trix

Retrieving Data

mehdiyaq opened this issue · 0 comments

How to All Posts without TrixEdtior
@foreach(\App\Models\Post::all() as $post)

@trix($post, 'content')


@Endforeach

this code show and Loop TrixEditor on top of all Posts !