{{ Form::label_title('Design Interview') }}
{{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::label_styled($business->design_package_status, 'bt-label-small label-grey') }}
@if ($business->design_package_complete)
{{ Form::button_link('Go to Design Package', action('DesignPackageController@visual_personality',compact('business'))) }}
@else
{{ Form::button_link('Go to Design Interview', action('DesignPackageController@visual_personality',compact('business'))) }}
@endif
{{ Form::button_ex("Send Link", "send_link();") }}