@extends("front.layout.master") @section('title', "$product->product_name | ") @section('meta_tags') {{ $product->meta_title }} @endsection @section("body") @php use App\Http\Controllers\Api\CurrencyController; @endphp
@php $hidecontainer=''; $shareartist=''; $disabled=''; @endphp @auth @if(auth()->user()->role_id == 'v') @php $hidecontainer='hidecontainer'; $shareartist='shareartist'; $disabled='sold'; @endphp @endif @endauth
@if(count($product->productGallery) == 1)
@if($product->productGallery[0]['image'] != '' && file_exists(public_path().'/images/simple_products/gallery/'.$product->productGallery[0]['image'])) @else @endif
@endif @if(count($product->productGallery)>1)
@endif

{{$product->product_name}}

@auth @endauth
@php $slug = str_slug($user->name, '-', app()->getLocale()); @endphp
{{ __('staticwords.Availability') }} : @php $check = App\Cart::where('is_reserved', '=','1') ->where('user_id','!=' ,auth()->id()) ->where('simple_pro_id', $product->id)->first(); @endphp @if(isset($check)) {{ __('staticwords.currentlyunavailable') }} @else @if($product->stock == 0) {{ __('staticwords.sold') }} @else {{ __('staticwords.InStock') }} @endif @endif

@if(!empty($product->material)) {{$product->material }} @endif @if(!empty($product->material) && !empty($product->size)) {{ ' , ' }} @endif @if(!empty($product->size)) {{$product->size }} @endif

@if($product->price != 0) @if($product->offer_price != 0) {{price_format($product->offer_price * $new_conversion_rate)}} {{price_format($product->price * $new_conversion_rate)}} @else {{price_format($product->price * $new_conversion_rate)}} @endif @else
@auth @else @endauth
@endif
@if($product->tax) @php $tax_percent = $product->tax . '%'; $text= $tax_percent; @endphp @else @php $text = ""; @endphp @endif @if($product->price != 0) @if(!empty($text))   @else   @endif @endif @if($product->offer_price != 0) @php $getdisprice = ($product->price*$new_conversion_rate) - ($product->offer_price * $new_conversion_rate); $gotdis = $getdisprice/($product->price * $new_conversion_rate); $offamount = round($gotdis*100); @endphp @endif
@if($product->price != 0)
@endif
@if($product->stock != 0) @auth @if($product->type == 'ex_product') @else @if($product->price != 0) @endif @endif @else @if($product->price != 0) @endif @endauth @else @endif
@if($product->price != 0) @if($product->stock != 0) @auth @if($product->type == 'ex_product') @else @endif @else @endauth @else @endif @endif
@if($product->price != 0)
@endif

  • {{ __('staticwords.Askquestions') }}
  • {{ __('staticwords.Callme') }}


@isset($product->productGallery) @if($product->productGallery != '' && file_exists(public_path().'/images/simple_products/gallery/'.$product->productGallery[0]['image'])) @else @endif @endisset
    @if(!empty($product->material))
  • Material
    {{ $product->material }}
  • @endif @if(!empty($product->size))
  • Size
    {{ $product->size }}
  • @endif @if(count($product->specs)>0) @foreach($product->specs as $spec)
  • {{ $spec->prokeys }}
    {{ $spec->provalues }}
  • @endforeach @else
  • OTHER DETAILS
    Details are not available
  • YEAR
    Details are not available
  • SHIPPING
    Details are not available
  • PACKAGING
    Details are not available
  • @endif
@if($product->product_detail != '')
{{ __('staticwords.Abouttheartwork') }}
{!! html_entity_decode(str_limit(nl2br($product->product_detail), 500, '')) !!} @if (strlen($product->product_detail) > 500) .. {!! html_entity_decode(substr(nl2br($product->product_detail), 500)) !!} {{ __('staticwords.readmore') }} @endif
@endif
@php $slug = str_slug($user->name, '-', app()->getLocale()); @endphp @if($user->image !="") @if(file_exists(public_path().'/images/user/'.$user->image)) User Image @else User Image @endif @else @endif

{{ucwords($user->name)}}

@php $col='col-md-12'; @endphp @if(!empty($product->store->aboutme)) @php $col='col-md-12'; @endphp @endif
{{ $user->followers()->get()->count() }} @if($user->followers()->get()->count()==0) {{ __('staticwords.Follower') }} @elseif($user->followers()->get()->count()==1) {{ __('staticwords.Follower') }} @else {{ __('staticwords.Followers') }} @endif
@auth
{!! html_entity_decode(substr(nl2br($product->store->aboutme), 0,150)) !!} @if (strlen($product->store->aboutme) > 150) ... {!! html_entity_decode(substr(nl2br($product->store->aboutme), 150)) !!} {{ __('staticwords.readmore') }} @endif

{{ucfirst($product->product_name)}}

@auth @endauth
@php $slug = str_slug($user->name, '-', app()->getLocale()); @endphp
{{ __('staticwords.Availability') }} : @php $check = App\Cart::where('is_reserved', '=','1') ->where('user_id','!=' ,auth()->id()) ->where('simple_pro_id', $product->id)->first(); @endphp @if(isset($check)) {{ __('staticwords.currentlyunavailable') }} @else @if($product->stock == 0) {{ __('staticwords.sold') }} @else {{ __('staticwords.InStock') }} @endif @endif

@if(!empty($product->material)) {{ $product->material }} @endif @if(!empty($product->material) && !empty($product->size)) {{ ' , ' }} @endif

@if($product->price != 0) @if($product->offer_price != 0) {{price_format($product->offer_price * $new_conversion_rate)}} {{price_format($product->price * $new_conversion_rate)}} @else {{price_format($product->price * $new_conversion_rate)}} @endif @else
@auth @else @endauth
@endif @if($product->tax) @php $tax_percent = $product->tax . '%'; $text= $tax_percent; @endphp @else @php $text = ""; @endphp @endif @if($product->price != 0) @if(!empty($text))   @else   @endif @endif @if($product->offer_price != 0) @php $getdisprice = ($product->price*$new_conversion_rate) - ($product->offer_price * $new_conversion_rate); $gotdis = $getdisprice/($product->price * $new_conversion_rate); $offamount = round($gotdis*100); @endphp @endif
@if($product->price != 0)
@endif
@if($product->stock != 0) @auth @if($product->type == 'ex_product') @else @if($product->price != 0) @endif @endif @else @if($product->price != 0) @endif @endauth @else @endif
@if($product->price != 0) @if($product->stock != 0) @auth @if($product->type == 'ex_product') @else @endif @else @endauth @else @endif @endif
@if($product->price != 0)
@endif

  • {{ __('staticwords.Askquestions') }}
  • {{ __('staticwords.Callme') }}


{{ __('staticwords.authentic') }}

{{ __('staticwords.shippingart') }}

{{ __('staticwords.ShippingInformation') }}

{{ __('staticwords.DeliveryTime') }}: {{ __('staticwords.DeliveryTimeDescription') }}.
{{ __('staticwords.DeliveryCost') }}: {{ __('staticwords.ShippingIncluded') }}.
{{ __('staticwords.handling') }}: {{ __('staticwords.handlingDescription') }}. @if(!empty($user->country->name))
{{ __('staticwords.ShipsFrom') }}: {{$user->country->name}} @endif
{{ __('staticwords.HaveAdditionalQuestions') }}? {{ __('staticwords.HaveAdditionalQuestionsDescription') }}.

@if(count($related_products)>0) @endif @if(count($recently_viewed)>0) @endif