Date
@if(isset($Mapping))
: {{ date('d/m/y', strtotime($Order->updated_at)) }}
@endif
@if(!isset($Mapping))
: {{ date('d/m/y') }}
@endif
Time
@if(isset($Mapping))
: {{ date('h:i A', strtotime($Order->updated_at)) }}
@endif
@if(!isset($Mapping))
: {{ date('h:i A') }}
@endif