@extends(Auth::user()->extender()) @section('title'){{__('VivaPe')}} {{ __('NewsFeed') }} @endsection @section('content') @include('includes.page_header_index',['title'=>__('VivaPe NewsFeed'),'url'=>route('module.support.supportTicketCreate'),'icon' => $icon??'','permission'=>'PriorityRoute-view'])
{{-- start of newsfeed --}}
{{ $newsFeedm->title }}

News Image

{{ $newsFeedm->subtitle }}

{{ $newsFeedm->created_at->format('d F,Y') }}

{!! $newsFeedm->details !!}


{!! $newsFeedm->note !!}

{{-- end of newsfeed --}}
@endsection