@extends('backend.layouts.master') @section('section-title', 'Account') @section('page-title', 'Transaction History') @section('content')
| Date | Transaction Type | Note | Amount | Created By | |||||
|---|---|---|---|---|---|---|---|---|---|
| {{ date('d-m-Y',strtotime($transaction->date)) }} | {{ ucfirst($transaction->trans_type) }} from {{ $transaction->bank_account->bank_name }} | {{ ($transaction->note != NULL)?$transaction->note:'NULL' }} | {{ number_format($transaction->amount,2) }} TK | {{ $transaction->user->name }} | |||||
| No Data Found | |||||||||