@extends('frontend.layout.master') @section('style') @endsection @section('content')
{{ $product->title }} @foreach ($product->images as $img) {{ $product->title }} @endforeach

{{ $product->title }}


@if(1==get_setting('ecom_status'))
Price: Tk {{ $product->price }}
  • Status: Stock In
@endif
{{--

--}} {!! $product->short_description !!}
@if(1==get_setting('ecom_status'))
@endif
@if(1==get_setting('ecom_status'))
কল করুন : {{ get_setting('company_mobile') }}
-> ঢাকা সিটির ভিতরে হোম ডেলিভারি 65Tk
-> ঢাকা সিটির বাহিরে হোম ডেলিভারি 110Tk
-> কুরিয়ার অফিস থেকে ডেলিভারি 120Tk
@endif
{{--

--}} {!! $product->long_description !!}

Related Products

@forelse ($raleted_products as $item)
{{ $item->title }}

{{ $item->title }}

@if(1==get_setting('ecom_status'))

Tk {{ $item->price }}

@endif
@if(1==get_setting('ecom_status')) @endif
@empty

No Product Found!!

@endforelse
@endsection @section('script') @endsection