{{ Form::label_styled('Notes', null, \App\Helpers\FormComponentHelper::SIZE_LARGE) }} @if ($business->technical_assets_notes) {{ Form::textarea_styled('notes', $business->technical_assets_notes, 'technical-assets-notes', true) }} @endif
{{ Form::button_ex('Edit Notes', "edit_technical_assets_notes({$business->business})") }}