@if(isset($recurly_account))
{{ Form::label_title("Recurly Contact Info") }}
{{ Form::label_styled(\App\Helpers\Imap_Helper::calc_full_name($recurly_account->first_name, $recurly_account->last_name), 'recurly_name', \App\Helpers\FormComponentHelper::SIZE_MEDIUM, 3) }} {{$recurly_account->email}}
{{ Form::separator_row('grey-divider thin-divider') }} @endif
{{ Form::label_title("Business Contacts") }}
@include('search._search_grid_wrapper', ['column_set' => $business_contact_column_set])