FleetCart/Modules/Admin/Resources/views/partials/table/date.blade.php
2023-06-11 13:14:03 +01:00

4 lines
171 B
PHP

<span data-toggle="tooltip" title="{{ is_null($date) ? '' : $date->toFormattedDateString() }}">
{!! is_null($date) ? '&mdash;' : $date->diffForHumans() !!}
</span>