@extends('layout.master') @push('plugin-styles') @endpush @section('content') {{-- --}} @if (Session::has('msg')) @elseif(Session::has('success')) @endif
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
Retailer
{{--

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 Subtitutes Credits Play Details Actions
{{ $value['userName'] }} {{ $value['name'] }} {{ $value['refer'] }}
{{ number_format($value['creditPoint'], 2) }} Bet : {{ number_format($value['playPoint'], 2) }}
Won : {{ number_format($value['wonPoint'], 2) }}
profit : {{ number_format($value['playPoint'] - $value['wonPoint'], 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