@extends('layouts.manage') @section('title') @lang('View Coupons') @endsection @section('page-header-title') @lang('View Coupons') @can('create-coupon', App\Voucher::class) @lang('Add Coupon') @endcan @endsection @section('page-header-description') @lang('View Coupons') @endsection @section('styles') @include('includes.datatable_style') @endsection @section('scripts') @include('partials.manage.dataTables-responsive') @if(config('settings.toast_notifications_enable')) @endif @include('includes.form_delete_all_script') @endsection @section('content')
@if(session()->has('coupon_created')) @endif @if(session()->has('coupon_deleted')) @endif @if(session()->has('coupon_not_deleted')) @endif @include('partials.manage.coupons.index')
@endsection