@php use Modules\Common\Entities\Report; $typeColors = [ Report::TYPE_FOUND => 'text-green-700', Report::TYPE_SEEN => 'text-blue-700', Report::TYPE_LOST => 'text-red-700', ]; @endphp
@if ($report->hasBeenFound())
{{ __('messages.global.has_been_found') }}
@endif

{{ $report->createdAtDateTimeFormatted }}

#{{ $report->id }}

{{ $report->location_country }} {{ $report->cityFormatted }}

{{ $report->typeFormatted }} {{ $report->animalSpeciesFormatted }} {{ $report->animalConditionFormatted }}