{{ Form::customText('name', $category->name) }} {{ Form::customSelect('division', $divisions->pluck('name', 'id'), $category->base_division_id) }}