@extends('layouts.app_discussion') @section('content')
@include('includes/dashboard/left_menu')
@include('discussion_forum/include/title') {{-- {{ Breadcrumbs::render('discussions', $post) }} --}}
{{--
{{ $post['thirdlevel']['FocusAreaAccountabilities']['FocusArea']['fa_full_form']}}
{{ $post['thirdlevel']['FocusAreaAccountabilities']['FocusArea']['description'] }}
{{ $post['thirdlevel']['FocusAreaAccountabilities']['description'] }}
--}}
{{Auth::user()->email}}
{!! html_entity_decode( $post->post) !!} @include('admin/fourthleveltopic/attachments',['attachments'=>$post['postAttachments']])
{{$post->post_likes_count}}
{{$post->post_loves_count}}
{{ $post->member_post_count }}
{{ $post->post_views_count }}
Posted on: {{ \App\Helpers\Helper::formatDateTime($post->created_at);}}
@foreach($post->memberPost as $memberPost)
{{ $memberPost->member->name}}
{!! html_entity_decode($memberPost->member_post) !!}
0 likes
Comments
0 Views
Posted on: {{ \App\Helpers\Helper::formatDateTime($post->created_at);}}
{{--
141 likes
122 Replys
290 Views
--}}
@endforeach
{{-- --}}
@endsection