@extends('layouts.app',['container_class'=>'container-fluid','header_right_menu'=>true,'header_social'=>1])@section('head') @endsection @section('content')
@include("Social::frontend.posts.create") @foreach($rows as $row) @include("Social::frontend.posts.loop",['post'=>$row]) @endforeach
@endsection