|
VENDOR DETAILS :
Name : {{$v_obj[0]->ven_name}}
@if(!empty($v_obj[0]->pr_address))
Address : {{$v_obj[0]->pr_address}}
@endif
@if(!empty($v_obj[0]->email))
, Email : {{$v_obj[0]->email}}
@endif
@if(!empty($v_obj[0]->mobile))
, Mobile : {{$v_obj[0]->mobile}}
@endif
|