@extends('laundry.layouts.index') @section('content') @can('create', 'App\Models\LaundryCoupon')
@lang("global.add")
@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.actions")
@endsection