WIP string/int error
This commit is contained in:
parent
4533982345
commit
9c5ee060d3
1 changed files with 9 additions and 2 deletions
|
@ -49,8 +49,7 @@
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<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 H:i', time()) }}
|
<h3>{{ trans('general.assigned_to', ['name' => $show_user->present()->fullName()]) }} {{ ($show_user->jobtitle!='' ? ' - '.$show_user->jobtitle : '') }}
|
||||||
</div></div>
|
|
||||||
</h3>
|
</h3>
|
||||||
@if ($assets->count() > 0)
|
@if ($assets->count() > 0)
|
||||||
@php
|
@php
|
||||||
|
@ -242,7 +241,15 @@
|
||||||
</table>
|
</table>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@php
|
||||||
|
$currenttime = Helper::getFormattedDateObject(now(), 'date', false);
|
||||||
|
@endphp
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
<br>
|
||||||
|
//needs to fix string/int error
|
||||||
|
<div style='text-align:left'><div style='color:black'>{{ trans('admin/users/general.all_assigned_list_generation')}} {{ date('d-M-Y H:i', $currenttime) }}
|
||||||
|
</div></div>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue