@if (empty($you['discount_percentage']))
Rp |
{{ $you['discount_nominal'] }} |
@else
% |
{{ $you['discount_percentage'] }} |
@endif
{{ date('Y-m-d', strtotime($you['discount_start'])) }} |
{{ date('Y-m-d', strtotime($you['discount_end'])) }} |
{{ date('H:i', strtotime($you['discount_time_start'])) }} |
{{ date('H:i', strtotime($you['discount_time_end'])) }} |
{{ $you['discount_days'] }} |
|
@endforeach
@endif
@endforeach