@extends('admin.layouts.admin')
@section('content')
| {{ __('Name') }} | {{ __('Code') }} | {{ __('Usage / Limit') }} | {{ __('Created at') }} | {{ __('Expired at') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $coupon->name }} | {{ $coupon->code }} | {{ $coupon->usage }} / {{ $coupon->limit == -1 ? '∞' : $coupon->limit }} | {{ toDate($coupon->created_at) }} | {{ toDate($coupon->expired_at) }} |