@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Wholesale Products')}}

@if($type != 'Seller' && auth()->user()->can('add_wholesale_product')) @endif

{{-- {!! \App\Services\SelectService::multi_select_2_status('status',$status,trans('cp.datatable.status')) !!}--}} {!! \App\Services\SelectService::multi_select_2('users',$users,trans('User')) !!} {!! \App\Services\SelectService::select_featured('featured',translate('Featured'))!!} {!! \App\Services\SelectService::select_featured('published',translate('Published')) !!} {!! \App\Services\SelectService::select_featured('todays_deal',translate('Todays deal')) !!} @if($type=='Seller') {!! \App\Services\SelectService::select_featured('approved',translate('Approved')) !!} @endif
{!! \App\Services\ButtonService::apply_filter_button() !!}
@if($type=='Seller') @endif
# {{translate('Name')}} {{translate('Photo')}} {{translate('User')}} {{translate('Base Price')}} {{translate('Num of Sale')}} {{translate('Rating')}} {{translate('Variant Product')}} {{translate('Published')}} {{translate('Featured')}} {{translate('Todays Deal')}}{{translate('Approved')}}{{translate('created at')}} {{translate('updated at')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} {!! $switch_script_featured !!} {!! $switch_script_todays_deal !!} {!! $switch_script_approved !!} @endsection