Thêm địa điểm
@include($_base.'forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'name' => 'type_id', 'id' => 'type-id', 'call' => 'get_place_type_options' ]) ])
@include($_base.'forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'name' => 'region_id', 'id' => 'region_id', 'data' => 'get_region_options', '@change' => 'App.location.changeRegionID' ]) ])
@include($_base.'forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'name' => 'district_id', 'id' => 'district_id', 'data' => ['' => 'Chọn quận huyện'], 'params' => [['id' => "jkghjkh"]], '@change' => 'App.location.changeDistrictID' ]) ])
@include($_base.'forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'name' => 'ward_id', 'id' => 'ward_id', 'data' => ['' => 'Chọn quận huyện'], 'params' => [['id' => "jghjfg"]], ]) ])
@include($_base.'forms.templates.media', [ 'input' => html_input([ 'type' => 'media', 'name' => 'thumbnail_id', 'id' => 'thumbnail_id', ]) ])