@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content')
big-1
{{--
--}} {{----}} {{--
--}}
{{--
--}}

{{ $product->name }}

{{ (isset($product->selling_price)) ? 'TK '.$product->selling_price : "TK ".$product->price }} {{ (isset($product->selling_price)) ? 'TK '.$product->price : "" }}

@foreach($product_attributes As $key => $val) @if($val->name == "Flavor") @if($flv == 0)

Available Flavors

@endif @if($flv !=0), @endif{{ $val->value }} @endif @endforeach
@foreach($product_attributes As $k => $val) @if($val->name == "Volume") @if($flv == 0)

Size

@endif @if($vlm !=0), @endif{{ $val->value }} @endif @endforeach
- +

{{ (isset($product->selling_price)) ? $product->selling_price.' TK' : $product->price.' TK' }}

@if($product->quantity > 0) @else

Out of Stock

@endif Continue Shopping View Cart
{{--
--}}

{{ $product->description }}

@endsection @section('script') @endsection