@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
| Writer# | Amount | State | Reference | Method | Date | Action |
|---|---|---|---|---|---|---|
| {{ $txn->email.'(#'.$txn->user_id.')' }} | {{ $txn->amount }} | {{ $txn->state }} | {{ $txn->transaction_reference }} | {{ $txn->method }} | {{ date('Y M d, H:i',strtotime($txn->created_at)) }} | @if(strtolower($txn->state) == 'pending' && $txn->method == 'manual') Process Cancel @elseif($txn->state == 'CREATED' && $txn->method == 'paypal') Pay Now Cancel @endif user_id") }}" class="btn btn-success btn-sm"> Writer |