{!! csrf_field() !!}
{!! Html::image(getItemCardImage($item->id, $item->images), getItemCardImageAlt($item->id, $item->images), ['class' => '']) !!}

{{$item->name}}

@if ($item->adCategory->api_name == 'news') {!! $item->description !!} @else {!! nl2br(e($item->description)) !!} @endif
{{$item->price}}
@if($item->quantity_in_stock)

Quantity in stock: {{$item->quantity_in_stock}}

@endif @if($contact && $contact->contact_type === 'business') Business Ad @else Private Ad @endif {{$item->adCategory->name}} @if($item->type)
{{$item->type->name}}
@endif
  • Item ID{{$item->id}}
  • Item Status:{{$statusLabelText}}
  • UserID: {{$item->user_id}}, {{$item->user->fullname}}, {{$item->user->email}}
  • Contact @if($item->phone) {{$item->phone}} @endif @if($item->mobile) {{$item->mobile}} @endif
  • Provenance{{$item->provenance ? 'yes' : 'no'}}
  • Date Created{{$item->created_at}}
  • Date Modified{{$item->updated_at}}
  • @if($item->web)
  • Web{{$item->web}}
  • @endif

@if(in_array($item->ad_category, config('main.subscription_categories')) ) @if ($item->send_to_subscribers) @else @endif @endif
SalvoEMAIL was sent to {{$item->subscribers_count}} subscribers on {{$item->send_to_subscribers_at->format('d M Y')}}
will_send_to_subscribers ? 'checked' : false}} style="margin-bottom: 5px;"> Tick to send a SalvoEMAIL alert to subscribers when the ad is made live - {{$subscribersCount}} users