@extends('charity.layouts.index') @section('content') @can('create', 'App\Models\Coupon')

@endcan
@lang('validation.attributes.title') @lang('validation.attributes.code') @lang('validation.attributes.start_date') @lang('validation.attributes.end_date') @lang('validation.attributes.discount_percentage') @lang('validation.attributes.branch') @lang('global.actions')
@endsection