@extends('landing-page.layouts.default') @section('content')
{{ !empty($findHelpdesk->created_at) ? date("{$date_time['date_format']} {$date_time['time_format']}", strtotime($findHelpdesk->created_at->setTimezone(new \DateTimeZone($date_time['time_zone'] ?? 'UTC')) )) : '-'}}
{{ $findHelpdesk->description ?? ''}}
* You can mark this as closed if you are satisfied with our answer.