datestamp for print all assigned form generation

This commit is contained in:
akemidx 2023-03-08 14:56:14 -05:00
parent d954c841e6
commit cd9f2f7fb7
2 changed files with 4 additions and 2 deletions

View file

@ -50,4 +50,5 @@ return [
'email_credentials' => 'Email credentials', 'email_credentials' => 'Email credentials',
'email_credentials_text' => 'Email my credentials to the email address above', 'email_credentials_text' => 'Email my credentials to the email address above',
'next_save_user' => 'Next: Save User', 'next_save_user' => 'Next: Save User',
'all_assigned_list_generation' => 'Generated on:'
]; ];

View file

@ -49,8 +49,9 @@
@endif @endif
@endif @endif
<h3>{{ trans('general.assigned_to', ['name' => $show_user->present()->fullName()]) }} {{ ($show_user->jobtitle!='' ? ' - '.$show_user->jobtitle : '') }}</h3> <h3>{{ trans('general.assigned_to', ['name' => $show_user->present()->fullName()]) }} {{ ($show_user->jobtitle!='' ? ' - '.$show_user->jobtitle : '') }}<div style='text-align:right'><div style='color:red'>{{ trans('admin/users/general.all_assigned_list_generation')}} {{ date('d-M-Y', time()) }}
</div></div>
</h3>
@if ($assets->count() > 0) @if ($assets->count() > 0)
@php @php
$counter = 1; $counter = 1;