@component('front.components.select_recursive', [
'label' => NULL,
'select_label' => __('Kategori Seçiniz'),
'name' => 'determinationCategoryId',
'options' => $categories,
'option_id' => 'id',
'option_value' => 'title',
'selected_value' => Request::input('determinationCategoryId'),
])
@endcomponent