@extends('layout.master') @push('plugin-styles') @endpush @section('content') {{-- --}}
Distributor
{{--

Read the Official DataTables Documentation for a full list of instructions and other options.

--}}
@php $sl_no = 1; @endphp @foreach ($data as $value) @endforeach {{-- --}}
SL.No Username Name Refferal Credit Action
{{ $value['userName'] }} {{ $value['name'] }} {{ $value['refer'] }} {{ number_format($value['creditPoint'], 2) }}
@if ($value['isActive'] == 1) @elseif($value['isActive'] == 0) @endif @if (Session::get('role') == 'Admin') @endif
{{-- href="{{ url('users/delete/'.$value['_id'])}}" --}}
1306 100653 Sham bhau 500127 0.00 TN 46.00
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') {{-- --}} @endpush