@extends('layouts.main-layout') @section('content-header')
| User | Method | Amount | TRX ID | Status | Action |
|---|---|---|---|---|---|
| {{ $p->user ? $p->user->name : 'No User' }} | {{ $p->method }} | {{ $p->amount }} | {{ $p->trx_id }} | {{ ucfirst($p->status) }} | @if($p->status == 'pending') @else - @endif |