@if (isset($user_name))

Contact Person Name : {{ $user_name }}

@endif @if (isset($subject))
Contact Subject : {{ $subject }}
@endif @if (isset($email))
Contact Person Email : {{ $email }}
@endif @if (isset($msg))
Contact Message : {{ $msg }}
@endif @if (isset($number))
Contact Person Number : {{ $number }}
@endif