diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 375839c47..77d84662c 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -140,8 +140,8 @@ {{ ($asset->model) ? $asset->model->name : '' }} {{ $asset->serial }} {{ $asset->location->name }} - {{ $asset->last_checkout }} - {{ $asset->expected_checkin }} + {{ \App\Helpers\Helper::getFormattedDateObject( $asset->last_checkout, 'datetime', false) }} + {{ \App\Helpers\Helper::getFormattedDateObject( $asset->expected_checkin, 'datetime', false) }} @php $counter++