@if (isset($grid_label))
{{ Form::label_title($grid_label, \App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }}
@if (isset($grid_button))
{{ Form::button_link($grid_button, $grid_button_action, 'grid_button', \App\Helpers\FormComponentHelper::SIZE_TINY )}}
@endif
@endif