@section('site_title', formatTitle([__('New'), __('Coupon'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['url' => route('admin.coupons'), 'title' => __('Coupons')], ['title' => __('New')], ]])

{{ __('New') }}

{{ __('Coupon') }}
@include('shared.message')
@csrf
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Copy') }}
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('days')) {{ $errors->first('days') }} @endif
%
@if ($errors->has('percentage')) {{ $errors->first('percentage') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif {!! __(':value for unlimited.', ['value' => '-1']) !!} {!! __(':value for none.', ['value' => '0']) !!} {!! __(':value for number.', ['value' => 'N']) !!}