@extends('layouts.master') @section('head') man-city vs man-u @endsection @section('content')
@include('includes.message-block')

what do you have to say

what people said.....

@foreach($posts as $post)

{{ $post->body }}

posted by {{$post ->user->first_name}} |
{{$post ->created_at}}
| | @if(Auth::user() == $post->user) edit| delete @endif
@endforeach
@endsection