@if (Session::get('tenant_subscribtion_data')['sellers']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['sellers'] == 1)
@else
{{ translate('Upgrade now') }}
@endif
@include('admin.Seller.nav', ['seller_id' => $Seller->id , 'active' => 'profile'])
{{ translate('Pending balance') }}
{{ single_price(\App\Seller::find($Seller->id)->admin_to_pay) }}
{{ currency_sympol()['symbol'] }}
{{ translate('Total') }}
{{ translate('Products') }}
{{ \App\Product::where('user_id', \App\Seller::find($Seller->id)->user_id)->count() }}
{{ translate('Total') }}
{{ translate('Orders') }}
{{ $orders_count }}
{{ translate('Total') }}
{{ translate('Refunds') }}
{{ $refunds_count }}
{{ translate('Categories') }}
{!! Form::open(['method' => 'post', 'action' => 'Admin\SellerController@syncCategories', 'files' => true]) !!}
{!! Form::Close() !!}
{!! Form::select('categories[]', $categories, $Sellercategories, ['style' => 'width:100%;', 'class' => 'form-control select2', 'multiple']) !!}
{!! Form::submit(translate('Save'), ['class' => 'btn btn-primary form-control']) !!}
{{ translate('Attachment') }}
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}
 }})
 : url('/images/noimg.jpg') }})
 : url('/images/noimg.jpg') }})
 : url('/images/noimg.jpg') }})