{!! $post['id'] !!}

{!! $post['name'] !!}

{!! $post['slug'] !!}

{!! $post['content'] !!}

{!! $post['user_id'] !!}

{!! $post['user_type'] !!}

{!! $post['posts_id'] !!}

{!! $post['deleted_at'] !!}

{!! $post['created_at'] !!}

{!! $post['updated_at'] !!}
{!! Form::text('name') -> label(trans('channels::post.label.name')) -> placeholder(trans('channels::post.placeholder.name'))!!}
{!! Form::text('content') -> label(trans('channels::post.label.content')) -> placeholder(trans('channels::post.placeholder.content'))!!}
{!! Form::numeric('posts_id') -> label(trans('channels::post.label.posts_id')) -> placeholder(trans('channels::post.placeholder.posts_id'))!!}