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

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

--}}
@php $sl_no = 1; @endphp @foreach($data as $value) @if($value['role'] != 'Admin') @endif @endforeach {{-- --}}
SL.No Username Name Refferal Credit CreatedAt
{{$value['userName']}} {{$value['name']}} {{$value['referral']}} {{number_format($value['creditPoint'],2)}} {{\Carbon\Carbon::parse($value['contentcreatedAt'])->format('d-m-Y h:i:s A') }}
1306 100653 Sham bhau 500127 0.00 TN 46.00
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') {{-- --}} @endpush