@if($ad->image)
@else
image
@endif
|
{{ $ad->title }}
@if($ad->description)
{{ Str::limit($ad->description, 50) }}
@endif
@if($ad->is_featured)
star
Featured
@endif
|
business
{{ $ad->vendor->name }}
|
{{ ucfirst(str_replace('_', ' ', $ad->position)) }}
|
{{ ucfirst($ad->ad_type) }}
|
@if($ad->status === 'active')
@lang('menu.active')
@elseif($ad->status === 'expired')
@lang('menu.expired')
@else
@lang('menu.inactive')
@endif
|
{{ $ad->start_date->timezone(timezone())->format('M d, Y') }} |
{{ $ad->end_date->timezone(timezone())->format('M d, Y') }} |
|
@empty