@extends('webview.main') @section('css') @stop @section('content')
@if(!empty($voucher)) @php $voucher = $voucher[0]; @endphp
Kedaluwarsa {{ date('d M Y H:i') }} Kedaluwarsa {{ date('d M Y H:i', strtotime($voucher['voucher_expired_at'])) }}
{{ $voucher['deal_voucher']['deal']['deals_title'] }} @if($voucher['deal_voucher']['deal']['deals_second_title'] != null)
{{ $voucher['deal_voucher']['deal']['deals_second_title'] }} @endif
@if($voucher['redeemed_at'] != null && $voucher['used_at'] == null)
Tunjukkan QR Code di bawah ke kasir
Kode Kupon
{{ $voucher['deal_voucher']['voucher_code'] }}
@endif @if($voucher['deal_voucher']['deal']['deals_description'] != "")
{!!$voucher['deal_voucher']['deal']['deals_description'] !!}
@endif
@if ($voucher['deal_voucher']['deal']['label_outlet'] == 'Some' || $voucher['redeemed_at'] != null)
Dapat digunakan di outlet:
@if($voucher['redeemed_at'] != null) @if(isset($voucher['outlet_name'])) {{$voucher['outlet_name']}} @endif @else @foreach($voucher['deal_voucher']['deal']['outlet_by_city'] as $key => $outlet_city) @if(isset($outlet_city['city_name']))
{{ $outlet_city['city_name'] }}
@endif @endforeach @endif
@else
TERSEDIA DI SEMUA OUTLET
@endif
@else

Voucher not found

@endif
@stop @section('page-script') @stop