@section('content') @extends('layout')
{{ $post->post_title }}
@if(count($_related) > 1) @foreach($_related as $related) @if($post->post_id != $related->post_id) @if($i == 0)
{{ $related->post_title }}
@else
{{ $related->post_title }}
@endif @endif @endforeach @else
No related Events
@endif
@endsection @section('css') @endsection @section('script') @endsection