@extends('Root.layout.master') @section('title', 'Accounting') @section('page_name', 'Accounting') @push('styles') @endpush @section('content')
| ID | Company | Reference | Method | Amount | Status | Actions |
|---|---|---|---|---|---|---|
| TXN#{{ $item->transaction_id }} |
{{ substr($item->company->u_name,0,2) }}
{{ $item->company->u_name }}
|
{{ $item->reference ?? 'N/A' }} | @if($item->method == 'bank') Bank @elseif($item->payment_method == 'check') Check @else Cash @endif | BDT {{ number_format($item->amount, 2) }} | @if($item->status == 'paid') Paid @else Pending @endif | |
| No transactions found. | ||||||