• @if($item->ad_category == 'salvo-directory' && $item->established) {{ $item->established }} @endif {{-- @elseif($item->created_at) {{ $item->created_at->format('j M Y') }} created-at date removed 11feb22tk - insert above @endif to reinstate --}} @if ($item->user->allow_to_receive_email === 1 && $item->user->hasValidEmail()) @if ($item->ad_category != 'stolen' || ($item->ad_category == 'stolen' && ($item->alt_email || $item->user->user_type == config('constants.user_types')['police']))) {!! Html::link('#', 'Send a message', ['class' => 'js_send_message', 'data-item_id' => $item->id, 'style'=>'color: #424141']) !!} @endif @endif