{{ $report->createdAtDateFormatted }} {{ $report->createdAtTimeFormatted }}
| # | {{ $report->id }} |
|---|---|
| {{ __('messages.global.transfers') }} | {{ $report->transfersFormatted }} |
| {{ __('messages.global.date') }} | {{ $report->createdAtDateTimeFormatted }} |
| {{ __('messages.global.expires_at') }} | @if ($report->hasExpired()) Expiré @else {{ $report->expiresAtDateTimeFormatted }} @endif |
| {{ __('messages.global.view_count') }} | {{ $report->view_count }} |
| {{ __('messages.global.share_count') }} | {{ $report->share_count }} |
| {{ __('messages.global.type') }} | {{ $report->typeFormatted }} |
| {{ __('messages.global.animal_species') }} | {{ $report->animalSpeciesFormatted }} |
| {{ __('messages.global.animal_condition') }} | {{ $report->animalConditionFormatted }} |
| {{ __('messages.global.animal_gender') }} | {{ $report->animalGenderFormatted }} |
| {{ __('messages.global.sterilization') }} | {{ $report->sterilizationFormatted }} |
| {{ __('messages.global.where_is_animal') }} | {{ $report->final_location }} |
| {{ __('messages.global.comment') }} | {{ $report->comment }} |
| {{ __('messages.global.author') }} |
{{ $author->displayName }}
@if (auth('user')->check() && auth('user')->user()->hasVerifiedEmail())
|