where('need_pay', Oldmen::PAY_NOTICE) ->whereDate('avliable_at', '>', now())->update([ 'need_pay' => Oldmen::PAY_ARREAR ]); } }