@php
use \App\Enums\TransactionType as TType;
use \App\Enums\TransactionCalcType as TCType;
$base_currency = base_currency();
@endphp
@section('title', __("Misc Transactions"))
{{ __('Recent Transactions') }}
{{ __('All the processable transactions made by user.') }}