mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed weird table formatting in expected checkin report
This commit is contained in:
parent
9deb4204c8
commit
9d50e0e8d0
|
@ -5,7 +5,7 @@ The following {{ $assets->count() }} items are due to be checked in soon:
|
||||||
|
|
||||||
@component('mail::table')
|
@component('mail::table')
|
||||||
| Asset | Checked Out to | Expected Checkin |
|
| Asset | Checked Out to | Expected Checkin |
|
||||||
| ------------- | ------------- |
|
| ------------- | ------------- | ------------- |
|
||||||
@foreach ($assets as $asset)
|
@foreach ($assets as $asset)
|
||||||
@php
|
@php
|
||||||
$checkin = \App\Helpers\Helper::getFormattedDateObject($asset->expected_checkin, 'date');
|
$checkin = \App\Helpers\Helper::getFormattedDateObject($asset->expected_checkin, 'date');
|
||||||
|
|
Loading…
Reference in a new issue