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

{{translate('All Sellers')}}

{{-- {!! \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\ButtonService::apply_filter_button() !!}
# {{translate('Shop Name')}} {{translate('phone')}} {{translate('Email')}} {{translate('Verification Info')}} {{translate('Verification Status')}} {{translate('translation using google')}} {{translate('Num Product')}} {{translate('Admin to pay')}} {{translate('created at')}} {{translate('updated at')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') {{-- --}} @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} {!! $switch_script_for_can_use_google_translate !!} @endsection