@if ($report->status === 'pending') @can('admin.report.update') {{ __('mark_as_resolved') }} @endcan @else {{ ucfirst(__($report->status)) }} @endif