@extends('frontend.layouts.contentLayoutMaster') @section('title', '折價券') @section('active', 'vouchers') @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content') 返回 {{ $voucher->code }} {{ $voucher->metadata['name'] ?? '' }} {{ $voucher->metadata['caption'] ?? '' }} @if (!empty($voucher->expires_at)) 使用期限至: {{ $voucher->expires_at->format('Y.m.d') }} @endif $ {{ number_format($voucher->amount) }} {!! $barcode !!} {!! $qrcode !!} {!! $voucher->metadata['description'] ?? '' !!} @endsection @section('vendor-scripts') @endsection @section('page-scripts') @endsection
{{ $voucher->code }}