[ 'model' => \Litematrimony\Preference\Models\Preference::class, 'table' => 'litematrimony_preference_preferences', 'hidden'=> [], 'visible' => [], 'guarded' => ['*'], 'slugs' => ['slug' => 'name'], 'dates' => ['deleted_at', 'created_at', 'updated_at'], 'appends' => [], 'fillable' => ['profile_id', 'marital_status', 'min_age', 'max_age', 'country_id', 'state_id', 'district_id', 'city_id', 'mothertongue', 'religion', 'caste', 'subcaste', 'min_height', 'max_height', 'physical_status', 'education', 'employment_type', 'occupation', 'star', 'raasi', 'dosham', 'food_habits', 'smoking', 'drinking'], 'translatables' => [], 'upload_folder' => 'preference/preference', 'uploads' => [ /* 'images' => [ 'count' => 10, 'type' => 'image', ], 'file' => [ 'count' => 1, 'type' => 'file', ], */ ], 'casts' => [ /* 'images' => 'array', 'file' => 'array', */ ], 'revision' => [], 'perPage' => '20', 'search' => [ 'name' => 'like', 'status', ] ], 'search' => [ ], 'list' => [ "profile_id" => [ "key" => "profile_id", "type" => "text", "label" => 'preference::preference.label.profile_id', 'sort' => true, 'roles' => [], ], "marital_status" => [ "key" => "marital_status", "type" => "text", "label" => 'preference::preference.label.marital_status', 'sort' => true, 'roles' => [], ], "min_age" => [ "key" => "min_age", "type" => "text", "label" => 'preference::preference.label.min_age', 'sort' => true, 'roles' => [], ], "max_age" => [ "key" => "max_age", "type" => "text", "label" => 'preference::preference.label.max_age', 'sort' => true, 'roles' => [], ], "country_id" => [ "key" => "country_id", "type" => "text", "label" => 'preference::preference.label.country_id', 'sort' => true, 'roles' => [], ], "state_id" => [ "key" => "state_id", "type" => "text", "label" => 'preference::preference.label.state_id', 'sort' => true, 'roles' => [], ], "district_id" => [ "key" => "district_id", "type" => "text", "label" => 'preference::preference.label.district_id', 'sort' => true, 'roles' => [], ], "city_id" => [ "key" => "city_id", "type" => "text", "label" => 'preference::preference.label.city_id', 'sort' => true, 'roles' => [], ], "mothertongue" => [ "key" => "mothertongue", "type" => "text", "label" => 'preference::preference.label.mothertongue', 'sort' => true, 'roles' => [], ], "religion" => [ "key" => "religion", "type" => "text", "label" => 'preference::preference.label.religion', 'sort' => true, 'roles' => [], ], "caste" => [ "key" => "caste", "type" => "text", "label" => 'preference::preference.label.caste', 'sort' => true, 'roles' => [], ], "subcaste" => [ "key" => "subcaste", "type" => "text", "label" => 'preference::preference.label.subcaste', 'sort' => true, 'roles' => [], ], "min_height" => [ "key" => "min_height", "type" => "text", "label" => 'preference::preference.label.min_height', 'sort' => true, 'roles' => [], ], "max_height" => [ "key" => "max_height", "type" => "text", "label" => 'preference::preference.label.max_height', 'sort' => true, 'roles' => [], ], "physical_status" => [ "key" => "physical_status", "type" => "text", "label" => 'preference::preference.label.physical_status', 'sort' => true, 'roles' => [], ], "education" => [ "key" => "education", "type" => "text", "label" => 'preference::preference.label.education', 'sort' => true, 'roles' => [], ], "employment_type" => [ "key" => "employment_type", "type" => "text", "label" => 'preference::preference.label.employment_type', 'sort' => true, 'roles' => [], ], "occupation" => [ "key" => "occupation", "type" => "text", "label" => 'preference::preference.label.occupation', 'sort' => true, 'roles' => [], ], "star" => [ "key" => "star", "type" => "text", "label" => 'preference::preference.label.star', 'sort' => true, 'roles' => [], ], "raasi" => [ "key" => "raasi", "type" => "text", "label" => 'preference::preference.label.raasi', 'sort' => true, 'roles' => [], ], "dosham" => [ "key" => "dosham", "type" => "text", "label" => 'preference::preference.label.dosham', 'sort' => true, 'roles' => [], ], "food_habits" => [ "key" => "food_habits", "type" => "text", "label" => 'preference::preference.label.food_habits', 'sort' => true, 'roles' => [], ], "smoking" => [ "key" => "smoking", "type" => "text", "label" => 'preference::preference.label.smoking', 'sort' => true, 'roles' => [], ], "drinking" => [ "key" => "drinking", "type" => "text", "label" => 'preference::preference.label.drinking', 'sort' => true, 'roles' => [], ], ], 'form' => [ 'profile_id' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.profile_id', "placeholder" => 'preference::preference.placeholder.profile_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'marital_status' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.marital_status', "placeholder" => 'preference::preference.placeholder.marital_status', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'min_age' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'preference::preference.label.min_age', "placeholder" => 'preference::preference.placeholder.min_age', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'max_age' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'preference::preference.label.max_age', "placeholder" => 'preference::preference.placeholder.max_age', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'country_id' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.country_id', "placeholder" => 'preference::preference.placeholder.country_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'state_id' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.state_id', "placeholder" => 'preference::preference.placeholder.state_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'district_id' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.district_id', "placeholder" => 'preference::preference.placeholder.district_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'city_id' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.city_id', "placeholder" => 'preference::preference.placeholder.city_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'mothertongue' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.mothertongue', "placeholder" => 'preference::preference.placeholder.mothertongue', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'religion' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.religion', "placeholder" => 'preference::preference.placeholder.religion', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'caste' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.caste', "placeholder" => 'preference::preference.placeholder.caste', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'subcaste' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.subcaste', "placeholder" => 'preference::preference.placeholder.subcaste', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'min_height' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'preference::preference.label.min_height', "placeholder" => 'preference::preference.placeholder.min_height', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'max_height' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'preference::preference.label.max_height', "placeholder" => 'preference::preference.placeholder.max_height', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'physical_status' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.physical_status', "placeholder" => 'preference::preference.placeholder.physical_status', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'education' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.education', "placeholder" => 'preference::preference.placeholder.education', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'employment_type' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.employment_type', "placeholder" => 'preference::preference.placeholder.employment_type', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'occupation' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.occupation', "placeholder" => 'preference::preference.placeholder.occupation', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'star' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.star', "placeholder" => 'preference::preference.placeholder.star', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'raasi' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.raasi', "placeholder" => 'preference::preference.placeholder.raasi', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'dosham' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.dosham', "placeholder" => 'preference::preference.placeholder.dosham', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'food_habits' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.food_habits', "placeholder" => 'preference::preference.placeholder.food_habits', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'smoking' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.smoking', "placeholder" => 'preference::preference.placeholder.smoking', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'drinking' => [ "element" => 'text', "type" => 'text', "label" => 'preference::preference.label.drinking', "placeholder" => 'preference::preference.placeholder.drinking', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], ], 'urls' => [ 'new' => [ 'url' => 'preference/preference/new', 'method' => 'GET', ], 'create' => [ 'url' => 'preference/preference/create', 'method' => 'GET', ], 'store' => [ 'url' => 'preference/preference', 'method' => 'POST', ], 'update' => [ 'url' => 'preference/preference', 'method' => 'PUT', ], 'list' => [ 'url' => 'preference/preference', 'method' => 'GET', ], 'delete' => [ 'url' => 'preference/preference', 'method' => 'DELETE', ], ], 'order' => [ 'created_at' => 'preference::preference.label.created_at', 'name' => 'preference::preference.label.name', 'status' => 'preference::preference.label.status', ], 'groups' => [ 'main' => 'preference::preference.groups.main', 'details' => 'preference::preference.groups.details', 'images' => 'preference::preference.groups.images', 'settings' => 'preference::preference.groups.settings', ], 'controller' => [ 'provider' => 'Litematrimony', 'package' => 'Preference', 'module' => 'Preference', ], ];