@extends('frontend.app') @push('css') @endpush @section('content') @php use App\Models\Information; use App\Models\BanglaText; $info = Information::first(); $bangla_text = BanglaText::first(); $data=getProductInfo($product); @endphp
{{ $product->name}} image
@foreach($product->images as $im)
{{ $product->name}} image
@endforeach

{{ $product->name}}

@php $curr = $info->currency; @endphp @if($curr == 'BDT') ৳ {{ $data['price'] }} @elseif ($curr == 'Dollar') $ {{ $data['price'] }} @elseif ($curr == 'Euro') € {{ $data['price'] }} @elseif ($curr == 'Rupee') {{ $data['price'] }} @else @endif @if($data['discount_amount'] > 0 && $data['old_price'] >0) @php $curr = $info->currency; @endphp @if($curr == 'BDT') {{ $data['old_price'] }} @elseif ($curr == 'Dollar') $ {{ $data['old_price'] }} @elseif ($curr == 'Euro') € {{ $data['old_price'] }} @elseif ($curr == 'Rupee') {{ $data['old_price'] }} @else @endif @endif @if($product->discount_type) {{$product->discount}} {{$product->discount_type=='fixed'?'Tk':'%'}} OFF @endif
    {!! $product->feature !!}
@csrf @if($product->type=='single') @else
Select Size/Color:
@foreach($product->variations as $v) @if($v->color->name == 'Default' && $v->size->title == 'free') @else
@if($v->size->title == 'free') @else {{ $v->size->title }} @endif - @if($v->color->name == 'Default') @else {{ $v->color->name }} @endif
@endif @endforeach
@endif
@if($product->after_discount != '0') @else @endif
- +
  • @if($product->is_free_shipping == 0) @else @endif
@csrf
@if( $info->number_visibility == 3 ) @elseif( $info->number_visibility == 2 ) @elseif( $info->number_visibility == 1 ) @else @endif
Short Description
@if($product->video_link)
{!! $product->video_link !!}
@endif {!! $product->body !!}
View All >>

You Might Also Like

@endsection @push('js') @endpush