@foreach($rows as $key=> $row) @endforeach
{{ __('cobons.cobon') }} {{ __('cobons.discount_type') }} {{ __('cobons.discount_amount') }} {{ __('cobons.type') }} {{ __('cobons.count') }} {{ __('cobons.start_date') }} {{ __('cobons.end_date') }} {{ __('dashboard.created_at') }}
{{ $row->code }} @if($row->discount_type == '1') {{__('cobons.value')}} @else {{__('cobons.percentage')}} @endif {{ $row->discount_amount }} {{ __('cobons.'.$row->type) }} {{ $row->count }} {{ $row->start_date }} {{ $row->end_date }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }}