@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content') {{-- Top Stats --}} @include('design_1.panel.marketing.discounts.lists.top_stats') @if(!empty($discounts) and !$discounts->isEmpty())

{{ trans('panel.comments') }}

{{ trans('update.view_and_manage_coupons_and_related_statistics') }}

{{-- Filters --}} @include('design_1.panel.marketing.discounts.lists.filters') {{-- List Table --}}
@foreach($discounts as $discountRow) @include('design_1.panel.marketing.discounts.lists.table_items', ['discount' => $discountRow]) @endforeach
{{ trans('public.title') }} {{ trans('update.source') }} {{ trans('panel.amount') }} {{ trans('admin/main.usable_times') }} {{ trans('update.min_amount') }} {{ trans('update.max_amount') }} {{ trans('admin/main.sales') }} {{ trans('admin/main.created_date') }} {{ trans('update.expiry_date') }} {{ trans('public.status') }} {{ trans('update.controls') }}
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'discounts.svg', 'title' => trans('panel.discount_no_result'), 'hint' => nl2br(trans('panel.discount_no_result_hint')) , ]) @endif @endsection @push('scripts_bottom') @endpush