@extends('backend.layouts.app') @section('head') @endsection @section('content')
{{ translate('Affiliate Users')}}
# {{translate('Name')}} {{translate('Phone')}} {{translate('Email')}} {{translate('Verification Info')}} {{translate('Status')}} {{translate('balance')}}
@endsection @section('modal') @include('modals.delete_modal') {{-- --}} {{-- @can('pay_to_affiliate_user')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endcan--}} {{-- @can('affiliate_users_payment_history')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endcan--}} {{-- --}} @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} @endsection