@php use \App\Enums\TransactionType; $title = ($todo=='any') ? __('Transaction') : $todo; $fund = ($todo=='any') ? __('Transaction') : $todo; @endphp