@extends('layouts.app') @push('styles') @endpush @section('content')
Diskon Hingga 50%!
@if($flashSale && $flashSale->end_time){{ $product->brand->brand }}
@endifRp {{ number_format($product->discount_price, 0, ',', '.') }}
@elseRp {{ number_format($product->price, 0, ',', '.') }}
@endif