From 9d50e0e8d000345e9c7f63bc70982b1321140496 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 17 Feb 2021 13:44:35 -0800 Subject: [PATCH] Fixed weird table formatting in expected checkin report --- .../notifications/markdown/report-expected-checkins.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/notifications/markdown/report-expected-checkins.blade.php b/resources/views/notifications/markdown/report-expected-checkins.blade.php index 06ebcc1fb..dbf588505 100644 --- a/resources/views/notifications/markdown/report-expected-checkins.blade.php +++ b/resources/views/notifications/markdown/report-expected-checkins.blade.php @@ -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');