@extends('backend.master') @section('title','Transactions') @section('content')
| ID | User | Gateway | Amount | Commission | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $t->id }} | {{ $t->user->name }} | {{ $t->gateway->name }} | {{ number_format($t->amount,2) }} ৳ | {{ number_format($t->commission_amount,2) }} ৳ | {{ $t->status }} | @if($t->status=='pending') @else — @endif |