@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Coupons')}}

@can('add_coupon') @endcan
{{translate('Coupon Information')}}
# {{translate('Code')}} {{translate('Type')}} {{translate('Start Date')}} {{translate('End Date')}} {{translate('actions')}}
@endsection @section('modal') @include('public_files.modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection