-
@if(!empty($reviews->date_of_incident))
- {{ isset($reviews->date_of_incident) ? 'Date/ Period of Residence' : '' }}
{{ $reviews->date_of_incident }}
@endif
- Location and Description of Residence
{{ !empty($reviews->department) ? ucfirst($reviews->department) : ''}} - Name(s) of Landlord(s)/ Owner(s)/ Company
{{ ucfirst($reviews->officer_name)}}
@if(isset($reviews->victim_or_confidential))
- Name(s) of Inhabitant(s)/ Renter(s)
{{ ucfirst($reviews->victim_or_confidential)}}
@endif
- Describe the Behavior/ Acts/ Events
{!! ucfirst($reviews->incident_crime) !!}
@if(!empty($reviews->describtion))- Additional Details, Facts, Witnesses, etc.
{{ removeLinksFromPlainText($reviews->describtion) }}
@endif @if(!empty(getLinksFromCKEditor($reviews->describtion))) {{ getLinksFromCKEditor($reviews->describtion) }} @endif