@if (Session::has('message'))
×

অভিনন্দন !

আপনি সফল ভাবে আপনার অর্ডারটি Smart Gadgets-এ প্লেস করেছেন।

আপনার অর্ডার আইডিঃ {{ Session::get('message') }}

পেমেন্ট চেক করার পর আমরা আপনার ফোনে কনফার্মেশন SMS পাঠাবো। তারপর আপনার পণ্যটি কুরিয়ার করা হবে। অনুগ্রহ পুর্বক আমাদের কিছু সময় দিন।

Smart Gadgets

@endif @php $website = App\Website::select('twitter_api','buy_now')->first(); @endphp
@if ($product->availability=="Out of stock")
Stock Out
@else @if ($product->discount>0)
{{ number_format($product->discount) }}% off
@endif @endif @if ($product->new==1)
discount>0) style="top: 33px;" @endif>New
@endif
  • Thumbnail
  • @if ($product->others_photo) @php $post_image = explode("|",$product->others_photo); @endphp @foreach($post_image as $key=>$s_image)
  • Thumbnail
  • @endforeach @endif

{{$product->title}}

Special Price ৳ {{ number_format($product->sell_price) }}

@if ($product->discount>0)

Regular Price: ৳ {{ number_format($product->regular_price) }}

@endif
@for ($i = 0; $i < $product->star ; $i++) @endfor @for ($i = 0; $i < 5-$product->star ; $i++) @endfor

Availability: {{$product->availability}}

Quick Overview

{!! $product->short_description !!}
@if ($product->availability != "Out of stock")
@csrf @if ($product->size_id) @php $product_size = explode(",",$product->size_id); @endphp

Size:

@endif @if ($product->colour_id) @php $product_colour = explode(",",$product->colour_id); @endphp

Color:

@endif
 
 
{{-- --}}
@endif @auth
@csrf
@endauth Share:

{!! $product->long_description !!}

Reviews and Ratings

@php $t_star=0; @endphp @if ($total>0) @php $t_star = $five_star+$four_star+$thr_star+$two_star+$one_star; $rating = $total/$t_star; $hf_rat = $rating - floor($rating); @endphp @endif
@csrf
@if ($total>0)

{{ number_format($rating,2) }}

{{$t_star}} Ratings and {{$reviews->count()}} Reviews

@for ($i = 0; $i @endfor @if ($hf_rat>0) @endif
@else

@endif
@if ($total>0) @php $f_prog = (($five_star)/$t_star)*100; $fr_prog = (($four_star)/$t_star)*100; $th_prog = (($thr_star)/$t_star)*100; $snd_prog = (($two_star)/$t_star)*100; $on_prog = (($one_star)/$t_star)*100; @endphp @else @php $f_prog = 0; $fr_prog = 0; $th_prog = 0; $snd_prog = 0; $on_prog = 0; @endphp @endif
[{{$five_star}}]
[{{$four_star}}]
[{{$thr_star}}]
[{{$two_star}}]
[{{$one_star}}]
@if ($reviews->count()>0)




@foreach ($reviews as $review) @if ($review->opinion)
{{$review->User->name}}
{{$review->created_at->format('d M Y')}}
@for ($i = 0; $i <$review->rating ; $i++) @endfor
{{$review->opinion}}

@endif @endforeach
@endif
@php $delevery_process = App\Policy::where('slug','delivery-process')->first(); $return_policy = App\Policy::where('slug','warranty-return-policy')->first(); $how_to_order = App\Policy::where('slug','how-to-order')->first(); @endphp
{!! $delevery_process->description !!}
{!! $return_policy->description !!}
{!! $how_to_order->description !!}