@include('logbook::public.iame_detail.partial.header')
@include('logbook::public.iame_detail.partial.aside')
@foreach($iame_details as $iame_detail)

{{str_limit($iame_detail['title'], 300)}}

{{@$iame_detail->viewcount}} {{format_date($iame_detail['posted_on'])}}
{{@$iame_detail->user->badge}}
@endforeach