@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_digital_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
@foreach ($products as $key => $product) @endforeach
# {{ translate('Name')}} {{ translate('Base Price')}} {{ translate('Published')}} {{ translate('Featured')}} {{ translate('Options')}}
{{ $key+1 }} {{ __($product->name) }} {{ $product->unit_price }}
    {{ $products->links() }}