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

@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("global.options")
@endsection