Fixed weird table formatting in expected checkin report
This commit is contained in:
parent
9deb4204c8
commit
9d50e0e8d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue