| $state = $cov->state; | $state = $cov->state; | ||||
| }else { | }else { | ||||
| $building = $request->building; | $building = $request->building; | ||||
| $postcode = '-'; | |||||
| $city = '-'; | |||||
| $state = '-'; | |||||
| $street = $request->address; | |||||
| $postcode = $request->postcode; | |||||
| $city = $request->city; | |||||
| $state = $request->state; | |||||
| } | } | ||||
| $form->company_reg = $request->company_reg; | $form->company_reg = $request->company_reg; |