@extends('layouts.app') @section('content')
@if (auth()->user()->payPerView()->count() != 0) @endif
@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
@if ($users->total() == 0) @endif @if ($users->total() != 0) @endif
@endsection @section('javascript') @if (session('noty_error')) @endif @if (session('noty_success')) @endif @if (session('success_verify')) @endif @if (session('error_verify')) @endif @endsection