{{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }}
@if(empty($id)) @php($action_text=__('admin.add')) @else @php($action_text=__('admin.edit')) @endif
{{$action_text}} {{ __('Promocode') }}
@csrf() @if(!empty($id))
@endif @if(count(Helper::getServiceList())> 1)
@lang('admin.provides.service_name')
Select
@foreach(Helper::getServiceList() as $service)
{{$service}}
@endforeach
@else
@endif
@lang('admin.promocode.promocode')
@lang('admin.promocode.percentage')
@lang('admin.promocode.max_amount')
@lang('admin.promocode.expiration')
@lang('admin.promocode.promo_description')
0% off, Max discount is 0{{old('promo_description')}}
{{ __('admin.picture') }}
{{$action_text}} {{ __('Promocode') }}
{{ __('Cancel') }}