@extends('admin.layouts.default') @section('content') {{ HTML::style('css/admin/datatable.css') }} {{ HTML::script("js/admin/datatable.js") }}
| Type | Amount | Status | Winning Balance | Cash Balance | Bonus Balance | Total Available Balance | Challenge ID | Match Title | Date |
|---|---|---|---|---|---|---|---|---|---|
| {{$player->type}} | {{$player->paymentstatus}} | {{$player->bal_win_amt}} | {{$player->bal_fund_amt}} | {{$player->bal_bonus_amt}} | {{$player->total_available_amt}} | {{$player->challengeid}} | {{$player->title}} | {{date('Y-m-d',strtotime($player->created))}} | |
| Type | Amount | Winning Bal | Cash Bal | Bonus Bal | Total Available Bal | Challenge ID | Match Title | Date |
No Record founds!
@endif @endsection