{{ Form::label_title("Status") }}
{{--ANGELO: you only need all of these if there is an reason. in this case, we don't care if the label has a name. label grey defaults to this size and class--}}
{{--{{ Form::label_grey(\App\Models\Optin_Monster::$status_map[$status],null,null, \App\Helpers\FormComponentHelper::SIZE_SMALL,'label-grey','status') }}
--}}
{{ Form::label_grey(\App\Models\Optin_Monster::$status_map[$status]) }}
{{ Form::separator_row('grey-divider thin-divider') }}