@foreach($coupons as $key=> $row)
|
|
{{ __("coupons::coupons.$row->type") }} |
{{ __("coupons::coupons.applicable_to_{$row->applicable_to}") }} |
{{ $row->name }} |
{{ $row->code }} |
{{ $row->discount }} |
{{ $row->date_start }} |
{{ $row->date_end }} |
{{-- {{ $row->uses_total }} | --}}
{{ $row->used_times }} |
{{ $row->left_times }} |
{{ __("general.$row->status") }} |
{{-- {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} | --}}
|
@endforeach
@if($coupons->hasPages())
@endif