@foreach($coupons as $row)
{{$row->name}}
{{ __('coupons.discount_types.'.$row->discount_type) }}
{{$row->discount}}
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if( count( $coupons ) && $coupons->hasPages() ) {{ $coupons->links() }} @endif