@if (auth()->user()->verified_id == 'yes')
@include('includes.form-post')
@endif
@if($updates->total() != 0)
@php
$counterPosts = ($updates->total() - $settings->number_posts_show);
@endphp
@include('includes.updates')
@else
{{trans('general.no_posts_posted')}}
@endif