@extends('layouts.adminlte.adminlte') @include('notifications.admin_msg_show') @include('notifications.first_login_agreement') @section('title') Products - {{strtoupper($country)}} @endsection @section('content_header') @parent @if (in_array(auth()->user()->user_type, ["admin", "manager"]))

Products @else

Products

@endif @endsection @section('4boxes')

0

Total Products

More info

0

Enabled Products

More info

0

{{auth()->user()->user_type == 'agent' ? 'Finished Products For Today' : 'Disabled Products'}}

More info

0

Sold Out Products

More info
@endsection @section('table')
@if ($country == 'all') @endif @if (in_array(auth()->user()->user_type, ['admin', 'agent', 'manager'])) @endif @if(in_array(auth()->user()->user_type, ['admin', 'manager', 'seller'])) @endif @if(in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif @if (auth()->user()->user_type != 'seller') @if (auth()->user()->user_type != 'agent') @endif @endif @if (in_array(auth()->user()->user_type, ['admin', 'manager', 'seller'])) @endif @if (in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif
StateBook/OrderID Name Image LinkASINSellerSeller shop Manager Total Daily Available Paypal fee Review type Feedback % Refund NoteAgent Comm.Total Comm.Added by
@endsection @section('modals') @if(in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif @endsection @section('content') @yield('4boxes') @yield('table') @yield('modals') @endsection @section('js') @parent @if (in_array(auth()->user()->user_type, ['admin', 'manager', 'seller'])) @if(auth()->user()->user_type != 'seller')