@extends('layouts.app') @section('content') @if (auth()->user()->payPerView()->count() != 0) {{ __('admin.home') }} {{ __('general.purchased') }} @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) {{auth()->user()->name}} {{ auth()->user()->verified_id == 'yes' ? trans('general.edit_my_page') : trans('users.edit_profile')}} @endif @if ($users->total() != 0) {{trans('general.explore_creators')}} @endif @if ($users->total() != 0) @include('includes.explore_creators') @endif @include('includes.footer-tiny') @endsection @section('javascript') @if (session('noty_error')) @endif @if (session('noty_success')) @endif @endsection