@extends('layout.master') @push('plugin-styles') @endpush @section('content')
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ALL
Players
{{--

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

--}}
@php $sl_no = 1; @endphp @foreach($player as $value) @endforeach {{-- --}}
SL.No Username Name Details Credits Play Details Actions
{{$value['userName']}} {{$value['name']}} Retailer : Vijay
Distributor : CafeCoffeeDay
Super Distributor : Anna
{{$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') {{-- --}}