{{ translate('Products')}}
@if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
{{ max(0, Auth::user()->seller->remaining_uploads) }}
{{ translate('Remaining Uploads') }}
@endif
@if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
@php
$seller_package = \App\SellerPackage::find(Auth::user()->seller->seller_package_id);
@endphp
@endif