@lang('Edit 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_id == $brand->id) selected @endif>{{$brand->name }}
@endforeach
--
@foreach ($services as $type)
service_id == $type->id) selected @endif>{{$type->name }}
@endforeach
Status
*
status == 'active') selected @endif value="active">Active
status == 'inactive') selected @endif value="inactive">In-Active
{{--
--}}
@lang('app.save')
@lang('app.cancel')