@extends('frontend.layouts.app')
@push('stylepush')
@endpush
@section('content')
{{$product->name}}
@if($product->status == '0')
{{translate("New Arrival")}}
@endif
{{(short_amount($price))}}
@endif
@else
@if(($product->discount_percentage) > 0)
{{short_amount(cal_discount($product->discount_percentage, $price))}}
{{short_amount($price)}}
@else
{{short_amount($price)}}
@endif
@endif
@forelse ($product->taxes as $tax )
{{translate("Related Product")}}