App\Models\Language Object ( [connection:protected] => mysql [table:protected] => languages [primaryKey:protected] => id [keyType:protected] => int [incrementing] => 1 [with:protected] => Array ( ) [withCount:protected] => Array ( ) [preventsLazyLoading] => [perPage:protected] => 15 [exists] => 1 [wasRecentlyCreated] => [escapeWhenCastingToString:protected] => [attributes:protected] => Array ( [id] => 1 [photo_id] => 116 [name] => English [code] => en [is_default] => 1 [rtl] => 0 [created_at] => [updated_at] => 2021-04-12 02:15:38 ) [original:protected] => Array ( [id] => 1 [photo_id] => 116 [name] => English [code] => en [is_default] => 1 [rtl] => 0 [created_at] => [updated_at] => 2021-04-12 02:15:38 ) [changes:protected] => Array ( ) [casts:protected] => Array ( ) [classCastCache:protected] => Array ( ) [attributeCastCache:protected] => Array ( ) [dates:protected] => Array ( ) [dateFormat:protected] => [appends:protected] => Array ( ) [dispatchesEvents:protected] => Array ( ) [observables:protected] => Array ( ) [relations:protected] => Array ( ) [touches:protected] => Array ( ) [timestamps] => 1 [hidden:protected] => Array ( ) [visible:protected] => Array ( ) [fillable:protected] => Array ( [0] => photo_id [1] => id [2] => name [3] => is_default [4] => code [5] => rtl ) [guarded:protected] => Array ( [0] => * ) )