@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 @foreach($product->images as $im) @endforeach @if($product->discount_type) {{$product->discount_type=='fixed'?'Tk :':''}}{{$product->discount}} {{$product->discount_type=='fixed'?'':'%'}} OFF @endif @foreach($product->images as $im) @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) {{ $bangla_text->order_text }} @else {{ $bangla_text->fshipping_text }} {{ $bangla_text->order_text }} @endif @csrf @if($product->is_free_shipping == 0) {{ $bangla_text->cart_text }} @else {{ $bangla_text->fshipping_text }} - {{ $bangla_text->order_text }} @endif @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
{{ $bangla_text->cart_text }}
{{ $bangla_text->fshipping_text }} - {{ $bangla_text->order_text }}