@extends('frontEnd.layouts.master') @section('title') {{$data->name}} @endsection @php $page_settings = \Illuminate\Support\Facades\DB::table('page_settings')->where('id',1)->first(); @endphp @section('gTag') @if(session()->has('api_add_to_cart')) @endif @endsection @section('body')
{{--@php if ($data->gallery_images){ $photos = explode(',', $data->gallery_images); }else{ $photos = []; } @endphp--}}

{{$data->name}}

@if($data->sale_price != 0) {{$web_settings->currency_sign}} {{\App\BanglaToEnglishConverter::en2bn($data->price)}} {{$web_settings->currency_sign}} {{\App\BanglaToEnglishConverter::en2bn($data->sale_price)}} @else {{$web_settings->currency_sign}} {{$data->price}} @endif

প্রোডাক্ট কোড: {{$data->sku}}

স্টক : @if($data->stock > 0)ইন স্টক @else স্টক আউট@endif

{{--
--}}
@csrf
পরিমান :
@if(count($data->get_attributes) >0)
@foreach($data->get_attributes as $att)
@endforeach @endif

ফোনে অর্ডারের জন্য ডায়াল করুন

@if($web_settings->website_phone)

{{$web_settings->website_phone}}

@endif @if($web_settings->website_phone2)

{{$web_settings->website_phone2}}

@endif @if($web_settings->website_phone3)

{{$web_settings->website_phone3}}

@endif
{{--
--}} {{--@if($shipping_methods->count() > 0)
@foreach($shipping_methods as $item) @endforeach
{{$item->text}} {{$web_settings->currency_sign}} {{$item->amount}}
@endif
{{$web_settings->bkash_merchant_numb}}
--}}
{!! $data->description !!}
{!! $page_settings->return_policy??'' !!}
@foreach($related_prod as $item)
{{$item->name}} @if($item->sale_price != 0)

{{$web_settings->currency_sign}} {{\App\BanglaToEnglishConverter::en2bn($item->price)}}

{{$web_settings->currency_sign}} {{\App\BanglaToEnglishConverter::en2bn($item->sale_price)}}

@else

{{$web_settings->currency_sign}} {{\App\BanglaToEnglishConverter::en2bn($item->price)}}

@endif

{{$item->name}}

@csrf
@endforeach
@endsection @section('script') @endsection