@include('alerts.success')
@include('alerts.warning')
@foreach ($article->photos as $photo)
@endforeach
@if($article->status=='expired')
@lang('products.expired_not_buy')
@endif
@if($article->status=='deleted')
This product was deleted.
@endif
@if($article->stock==0 && $article->service == false)
@lang('products.sold')
@endif
{{$article->name}}
{{$article->price}} eBits
@foreach ($article->photos as $photo)
{{ltrim($article->description)}}
@lang('profile.seller_detail')
@php $id_seller = $article->user->id; @endphp{{$article->user->first_name}} {{$article->user->last_name}} (@lang('profile.see_more_seller'))
@lang('products.por') ({{number_format($article->user->purchases_percent,2)}}%)@lang('products.make_offer')
@if(session('user'))
@endif
@if(!session('user')->avatar)
@else
@endif
}})
{{session('user')->first_name}} {{session('user')->last_name}}
@if(session('user'))
@endif
@if(($article->status!='expired' && $article->status!='deleted' ) && ($article->stock!=0 || $article->service == true ) && $verify == 'none')
{{-- @lang('products.buy_article') --}}
@lang('products.add_to_cart')
@endif
@if($verify == 'mark')
@lang('products.added_to_cart')
@endif
@endif
@lang('products.last_comments')
@foreach($comments as $comment)
@if($comment->response!=null || (session('user') and session('user')->id==$article->user_id))
{{$comment->first_name}} {{$comment->last_name}}
{{$comment->comment}}
@if((session('user') && session('user')->id==$article->user_id) && $comment->response==null)
@endif
@if($comment->response!=null)
@endif
@endforeach
@lang('products.seller')
{{$comment->response}}
@endif@lang('products.related')
-
@foreach ($related as $key => $r)
@if(count($article->details) > 0)
@foreach($article->details as $detail)
@else
@endif
Product information
{{ ucfirst($detail->key) }} | @if($detail->key == 'weight'){{ $detail->value }} pounds | @else{{ $detail->value }} inches | @endif
}})
}})