@extends('layouts.frontend.app') @push('meta') @endpush @section('title', $product->title) @push('css') @endpush @section('content')
{!! $product->short_description !!}
Product Code (SKU): {{ $product->sku }}
@endif @isset($product->user->shop_info->name)Seller: {{ $product->user->shop_info->name }}
@endisset {{--Point : {{$product->point}}
--}} @isset($product->brand->name)Brand: {{ $product->brand->name }}
@endisset @if ($product->book == 1){{ $product->book == 1 ? 'by' : 'brand' }} {{ $product->author->name }}
@endif
@if ($product->discount_price > 0)
{{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{ $product->regular_price }}
{{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{ $product->discount_price }}
@php
$per = $product->regular_price / 100;
$amc = $product->regular_price - $product->discount_price;
@endphp
You Save
{{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{ $amc }}
({{ round($amc / $per) }}%)
@else
{{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{ $product->regular_price }}
@endif
@if ($product->whole_price > 0)
Whole Sell: {{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{ $product->whole_price }}
@endifIn Stock ({{ $product->quantity }} copies available)
@if(setting('COUNTRY_SERVE') == 'Bangladesh')* স্টক আউট হওয়ার আগেই অর্ডার করুন@else * Order before finish the stock @endif
@if ($product->colors->count() != 0)Select Color: