Fixed weird table formatting in expected checkin report

This commit is contained in:
snipe 2021-02-17 13:44:35 -08:00
parent 9deb4204c8
commit 9d50e0e8d0

View file

@ -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');