@lang('Add Offer')
Discount Type
*
discount_type == 'percent') selected @endif value="percent">%
discount_type == 'fixed') selected @endif value="fixed"> @lang('modules.invoices.amount')
All Brands
@foreach ($brands as $brand)
{{$brand->name }}
@endforeach
All
@foreach ($services as $type)
{{$type->name }}
@endforeach
{{--
--}}
@lang('app.save')
@lang('app.cancel')