@lang('Edit Service')
type==1?'selected':'' }}>Service
type==2?'selected':'' }}>Extra Service
--
@foreach ($models as $item)
id == $service_type->model_id) selected @endif value="{{ $item->id }}"> {{ $item->model_name. ' ( '.$item->brand->name.' )' }}
@endforeach
@lang('app.save')
@lang('app.cancel')