@extends('layouts.staff-new') @section('content')
Entity | Date | Amount | Direction | Description | ||
---|---|---|---|---|---|---|
@if(!is_null($transaction->entity)) {{optional($transaction->entity->user)->name}} @else {{'#######'}} @endif | {{$transaction->created_at}} | ₦{{ number_format($transaction->amount, 2)}} | @if($transaction->direction == 1) {{'INFLOW'}} @else {{'OUTFLOW'}} @endif | {{$transaction->description}} | ||
No collected commisisons |