{{ ucwords($history->date_given->setTimezone($global->timezone)->format('d F Y H:i A')) }} ({{ $history->date_given->setTimezone($global->timezone)->diffForHumans(\Carbon\Carbon::now()->setTimezone($global->timezone)) }})
@lang('asset::app.returnDate')
{{ !is_null($history->return_date) ? ucwords($history->return_date->setTimezone($global->timezone)->format('d F Y H:i A')). ' ('.$history->return_date->setTimezone($global->timezone)->diffForHumans(\Carbon\Carbon::now()->setTimezone($global->timezone)) .')' : '-' }}
@lang('asset::app.dateOfReturn')
{{ !is_null($history->date_of_return) ? ucwords($history->date_of_return->setTimezone($global->timezone)->format('d F Y H:i A')). ' ('.$history->date_of_return->setTimezone($global->timezone)->diffForHumans(\Carbon\Carbon::now()->setTimezone($global->timezone)) .')' : '-' }}
{{ ($history->user->designation_name) ? ucwords($history->user->designation_name) : ' ' }}
{{ ($history->returner->designation_name) ? ucwords($history->returner->designation_name) : ' ' }} @else - @endif
@empty