mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -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')
|
||||
| Asset | Checked Out to | Expected Checkin |
|
||||
| ------------- | ------------- |
|
||||
| ------------- | ------------- | ------------- |
|
||||
@foreach ($assets as $asset)
|
||||
@php
|
||||
$checkin = \App\Helpers\Helper::getFormattedDateObject($asset->expected_checkin, 'date');
|
||||
|
|
Loading…
Reference in a new issue