@extends('layout.master') @push('plugin-styles') @endpush @section('content') {{-- --}}
Retialer By Admin
@csrf @if(Session::has('error')) @elseif(Session::has('success')) @endif
@error('percent') {{ $message }} @enderror
Winner By Admin
@php $no = 1; $d=0; $c=0; @endphp @foreach($winner as $pay) @endforeach
Sl no. Username Percent Date Action
{{$no++}} {{$pay['userName']}} {{$pay['percent']}} {{\Carbon\Carbon::parse($pay['createdAt'])->format('d-m-Y h:i:s A') }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush @push('plugin-scripts') @endpush @push('custom-scripts') @endpush