@extends('layouts.app') @section('title', 'ক্যাশ / হিসাব') @section('content')
| তারিখ | টাইপ | ক্যাটাগরি | পরিমাণ | বিবরণ |
|---|---|---|---|---|
| {{ $txn->txn_date->format('d-m-Y') }} | {{ $txn->txn_type }} | {{ $txn->category }} | {{ number_format($txn->amount, 2) }} | {{ $txn->description }} |