@extends('layouts.app') @section('content')
@if (auth()->user()->payPerView()->count() != 0) @endif
@if($updates->total() != 0) @php $counterPosts = ($updates->total() - $settings->number_posts_show); @endphp
@include('includes.updates')
@else

{{trans('general.not_purchased_any_content')}}

@endif
@if ($users->total() == 0) @endif @if ($users->total() != 0) @endif
@endsection @section('javascript') @if (session('noty_error')) @endif @if (session('noty_success')) @endif @endsection