| {{ ($title.' Date') }} |
{{ date(AdminBaseDashboard::format_date(), strtotime(date('Y-m-d'))) }} |
| {{ ('Printed By') }} |
{{ admin()->username }} |
| {{ ('Journal From') }} |
{{ date(AdminBaseDashboard::format_date(), strtotime($filter->journal_start_from)) }} |
| {{ ('Journal To') }} |
{{ date(AdminBaseDashboard::format_date(), strtotime($filter->journal_end_at)) }} |
| {{ ('Journal') }} |
{{ __('All') }} |
| {{ ('Account') }} |
{{ __('All Accounts') }} |