@php $salutation_style = json_decode($salutation_style); $edit_salutation = false; $command = false; if($type == 'work_notification_email' || $type == 'payment_notification_email') { $edit_salutation = true; $command = true; } @endphp