Thêm người tham gia
@include($_base.'forms.templates.crazyselect', [ 'input' => new \Gomee\Html\Input([ 'name' => 'participant_select', 'id' => 'participant-select', "type" => "crazyselect", "label" => "Người tham gia", "@select-type" => "search", "@search-route" => "app.users.select-option", "call" => "get_user_options", "params" => [ [ "id" => ":defval", "@limit" => 10 ], "Chọn một" ] ]) ])
@include($_base.'forms.templates.crazyselect', [ 'input' => new \Gomee\Html\Input([ 'name' => 'status_select', 'id' => 'status-select', "type" => "crazyselect", "label" => "Người đăng bài", 'data' => \App\Base\Constants\ParticipantConstant::STATUS_LABELS ]) ])