@if(isset($apiStatus) && $apiStatus == 'true')
@else
@endif
@if(isset($dynamicRenderStatus) && $dynamicRenderStatus == 'true')
@else
@endif
@if($mailOption == "option-none" or $mailOption == "")
NONE
@else
NONE
@endif
@if($mailOption == "option-mg" or $mailOption == "")
MAILGUN
@else
MAILGUN
@endif
@if($mailOption == "option-smtp" or $mailOption == "")
SMTP
@else
SMTP
@endif
@include('forms.mailforms')