@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 --}} @include('widgets.newsfeed_grid_widget') {{-- end of newsfeed --}}
@endsection