@extends('appshell::layouts.private') @section('title') Edit: {{ $giftCouponCode->code }} @stop @section('content') @if(session('success'))
| User | SKU | Product | Start | End |
|---|---|---|---|---|
| @if($r->user) {{ $r->user->email }} @else deleted user @endif | {{ $r->sku ?? '—' }} |
{{ $r->name }} | {{ $r->start_date?->format('Y-m-d') }} | {{ $r->end_date?->format('Y-m-d') }} |