@include('business.ticket.btaf._btaf_text_row', ['label' => 'Client Email Invite', 'name' => 'client_email_invite']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Client Full Name', 'name' => 'client_full_name']) @include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Additional Names and Emails', 'name' => 'additional_names_emails']) @include('business.ticket.btaf._btaf_select_row', ['label' => 'Auto Opt-In:', 'name' =>'auto_optin_delay', 'map' => \App\Models\Business_Setting::$auto_optin_delay_map]) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Client Email Domain', 'name' => 'client_email_domain']) @include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Follow Up Groups', 'name' => 'follow_up_groups']) @include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Optout Email Text', 'name' => 'optout_email_text'])