| @@ -1754,6 +1754,7 @@ class MarketingController extends Controller | |||
| $nested_data = array(); | |||
| foreach ($dealer_claimAll as $c){ | |||
| $customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first(); | |||
| info($c->customer_id); | |||
| $address = ''; $name = ''; | |||
| if($customer->Form->type_application == 'R'){ | |||
| if($customer->street != ''){ | |||