@extends('layouts.default') @section('content')
@foreach ($posts as $item) @endforeach
No. report by post text post activity background color post image Actions
{{ $item->id }} {{ $item->user->profile->first_name }} {{ $item->posts->post_text }} {{ $item->posts->post_activity }} {{ $item->posts->background_color }} Details Approve
@stop