@extends('admin.layout.master') @section('content')
{{ Session::get('success') }}
{{ Session::get('errors') }}
| Username | Round Number | Amount | Payment Type | Payment Date |
|---|---|---|---|---|
| {{$val->user['username'] }} | {{$val->rounds['round_no']}} | {{$val->amount}} | @if($val->payment_mode == 2) Online @else Offline @endif | {{date('d-m-Y H:i:s', strtotime($val->created_at))}} |