{{ config('settings.company_name') }} | |||||||
{{ config('settings.address_1') }} |
{{ $heading }} | |||||||
@if ($search_by['from'] && $search_by['to']) {{ __('lang.from') }} {{ $transaction->date_format($search_by['from']) }} {{ __('lang.to') }} {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' . $transaction->date_format(now()) }} @endif |