From: (Mobile) Get Offer

@if(!empty($form['name']))

Name: {{ $form['name'] }}

@endif @if(!empty($form['company']))

Company: {{ $form['company'] }}

@endif

Email: {{ $form['email'] }}

@if(!empty($form['phone']))

Phone: {{ $form['phone'] }}

@endif

Solutions: {{ $form['solutions'] }}

Message: {{ $form['message'] }}