let newArr = clients.map((currentValue) => {
currentValue.weekDay = currentValue.weekDay.toLowerCase();
return currentValue;
})
$category->news
->join('users', DB::raw('CAST("users"."properties" ->> \'company_id\' as integer)'), '=', 'companies.company_id')
Section::where([
"id" => 1
])->update([
"elements->param" => ["TEST" => "TEST"]
]);